<style>

body { font-family: Arial, Helvetica, sans-serif; 
       background-color: #FFFFFF;
       color: #666666; }

h1 { background-color: #002171;
     color: #FFFFFF;
     margin-bottom: 0; 
     background-image: url(sunset.jpg);
     background-position: right;
     background-repeat: no-repeat;
     line-height: 400%;
     text-indent: 5em;
     font-family: Georgia, Times New Roman, serif; }

nav { font-weight: bold; 
      background-color: #BBDEFB; }

nav a { text-decoration: none; }

h2 { font-family: Georgia, Times New Roman, serif;
     color: #1976D2; }

h3 { font-family: Georgia, Times New Roman, serif;
     color: #000033;}

ul {list-style-image: url(marker.gif); }

dt { color: #002171;
     font-size: 75%;
     font-family: Georgia, Times New Roman, serif;
     font-style: italic;
     text-align: center; }

.resort { font-weight: bold; 
          color: #1976D2;
          font-size: 90%; }

</style>