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