@charset "utf-8";

body{
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial;
}

header {
    background-color: #002171;
    color: #FFFFFF;
    background-position: right;
    background-image: url(sunset.jpg);
    background-repeat: no-repeat;
    line-height: 400%;
    text-indent: 1em;
}

#nav {
    background-color: #BBDEFB;
    font-weight: bold;
}

#nav a {
    text-decoration: none;
}


dt {
    color: #002171
}

.resort {
    color: #1976d2
}

h1 {
    margin-bottom: 0;
    font-family: Georgia;
}

h2 {
    color: #1976d2;
    font-family: Georgia;
}

h3 {
    font-family: Georgia;
    color: #000033;
}

ul {
    list-style: none;
}

ul li::before {
    content: url(marker.gif);
}

footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia;
}

.resort {
    font-weight: bold;
}

.contact {
    font-size: 90%;
}