body {
         background-color:#ffffff;
         color:#555555;
         font-family:arial, helvetica, sans-serif;
     }

header {
         background-color:#002171;
         color:#ffffff;
         text-align:left;
         background-image:url(images/sunset.jpg);
         background-repeat:no-repeat;
         background-position:right;
         line-height:400%;
         text-indent:5em;
        }

nav {
     background-color:#bbdefb;
     font-weight:bold;
    }

nav a {
       text-decoration:none;
      }
 
h1 {
    margin-bottom:0;
    font-family:georgia, times new roman, serif;
   }

h2 {
    color:#1976d2; 
    font-family:georgia, times new roman, serif;
   }

h3 {
    font-family:georgia, times new roman, serif;
    color:#000033;
   }

ul {
    list-style-image:url(images/marker.gif);
   }

dt {color:#002171;}

.resort {
         color:#1976d2; 
         font-weight:bold;
        }

#contact {
          font-size:90%;
         }

main span {
            color:#1976d2;
            font-weight:bold;
          }

footer {
        font-family:georgia, times new roman, serif;
        font-size:75%;
        font-style:italic;
        text-align:center;
        }

footer p {margin-bottom:0;}


