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