body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #666666;
}

.header{
    background-image: url("images/sunset.jpg");
    background-color: #002171;
    line-height: 400%;
    text-indent: 1em;
    color:#FFFFFF;
   

}

.navbar{
   
    background-color: #BBDEFB;
    text-decoration: none;
}


.h2{
    color:#1976D2;
}

.dt{
    color: #002171;
}

.ul{
    list-style-image: url('images/marker.gif');
}

.resort{
    color: #1976D2;
}

.nav a{
    text-decoration: none;
}

.h1{
font-family: Georgia, 'Times New Roman', Times, serif;

}

.h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:#000033;
}

.footer{
    font-size: 75%;
    font-style: italic;
    text-align:  center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.resort{
    font-weight: bold;
}

.contact{
    font-size: 90%;
}