/* Global styles */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header styles */
header {
    background-color: #002171;
    color: #FFFFFF;
    background-image: url('sunset.jpg');
    background-position: right;
    background-repeat: no-repeat;
    line-height: 400%;
    text-indent: 1em;
}

/* Removes the empty space below h1 */
h1 {
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", serif;
}

/* Navigation styles */
nav {
    background-color: #BBDEFB;
    font-weight: bold;
}

nav a {
    text-decoration: none;
}

/* Heading 2 styles */
h2 {
    color: #1976D2;
    font-family: Georgia, "Times New Roman", serif;
}

/* Heading 3 styles */
h3 {
    font-family: Georgia, "Times New Roman", serif;
    color: #000033;
}

/* Description term (dt) styles */
dt {
    color: #002171;
}

/* Unordered list styles */
ul {
    list-style-image: url('marker.gif');
}

/* Footer styles */
footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
}

/* Resort class styles */
.resort {
    color: #1976D2;
    font-weight: bold;
}

/* Contact ID styles */
#contact {
    font-size: 90%;
}
