body{
    background-color: #ffffff; 
    font-family: Georgia, 'Times New Roman', Times, serif;
}

header{
    background-color: #002171; color: #ffffff;
    background-image: url(sunset.jpg);
    background-position: right;
    background-repeat: no-repeat;
    line-height: 400%;
    text-indent: 1em;
}

nav{
    font-weight: bold;
    background-color: #BBDEFB
}

nav a{
    text-decoration: none;
}

h1,h2,h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h3{
    color: #000033;
}

ul { list-style-image: url(marker.gif); 
}

footer{
    font-size: 75%;
    text-align: center;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.resort{
    font-weight: bold;
    color: #1976D2;
}

#contact{
    font-size: 90%;
}