@charset "UTF-8";

header {
  text-indent: 1em;
  line-height: 400%;
  background-image: url(sunset.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #002171;
  color: #FFFFFF;
}

body {
  font-family: arial;
  background-color: #FFFFFF;
  color: #666666;
}

footer {
  font-size: 0.75em;
  font-style: italic;
  text-align: center;
  font-family: georgia;
}

nav {
  font-weight: bold;
  background-color: #BBDEFB;
}

nav a {
  text-decoration: none;
}

h1 {
  font-family: georgia;
  margin-bottom: 0;
}

h2 {
  font-family: georgia;
  color: #1976D2;
}

h3 {
  font-family: georgia;
  color: #000033;
}

dt {
  color: #002171;
}

.resort {
  font-weight: bold;
  color: #1976D2;
}

#contact {
  font-size: 0.90em;
}

ul {
  list-style-image: url(marker.gif);
}