/* wrapper */
#wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

/* Global Styles */
body { 
  background-color: #FFFFFF;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
}

/* Header Styles */
header {
  background-color: #002171;
  color: #FFFFFF;
  font-family: Georgia,serif;
}

/* H1 Styles */
h1 {
  line-height: 200%;
}

/* Nav Styles */
nav { 
  Font-Weight: Bold;
  background-color: #BBDEFB; /* sky-blue backround */
}
/* H2 Styles */
h2 {
Color: #1976D2; /* dark-blue */
  font-family: Georgia, serif;
}
/* DT styles */
dt {
  color: #002171;
  Font-weight: bold;
}
/* Resort Class styles */
.resort {
  color: #1976D2;
  font-size: 1.2em;
}
/* Footer Style */
footer {
  font-size: 0.70em;
  font-weight: bold; 
  font-style: italic; 
  text-align: Center;
}

