/* 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%;
}

/* Navigation Styles */
nav {
  font-weight: bold;
  background-color: #BBDEFB;
}

/* h2 Styles */
h2 {
  color: #1976D2;
  font-family: Georgia, serif;
}

/* dt Styles */
dt {
  color: #002171;
  font-weight: bold;
}

/* .resort Class Styles */
.resort {
  color: #1976D2;
  font-size: 1.2em;
}

/* Footer Styles */
footer {
  font-size: 0.70em;
  font-style: italic;
  text-align: center;
}
#wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
