header { background-color: #002171; color: #666666; font-family: Verdana, Arial, sans-serif; }
/* Set up the global style for the document */
body { background-color: #FFFFFF; color: #FFFFFF; font-family: Georgia, sans-serif; }
/* Set up style for the H1 header */
 h1 { line-height: 200% }
/* Set up style for the H2 header */
h2 { color: #1976D2; font-family: Georgia, sans-serif }
/* Set up style for the nav element */
nav { font-weight: bold; background-color: #BBDEFB }
/* Styles for the dt element */
ul { font-weight: bold;color: #002171 }
dt { font-weight: bold;color: #002171 }
dd { font-weight: normal;color: #002171 }
 /* Configure footer */
footer { color: #002171; font-size: .70em; font-style: italic; text-align: center }
/* Style for a class named resort */
.resort { color: #1976D2; font-size: 1.25em; }
/*blue text */
.bluetxt {color: #002171; font-weight: normal}
/* Center the page using the "wrapper" id */
#wrapper { margin-left: auto;
           margin-right: auto;
           width: 80%; }