/* Global styles */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

/* Header styles */
header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
}

/* h1 styles */
h1 {
    line-height: 200%;
}

/* Navigation styles */
nav {
    font-weight: bold;
    background-color: #BBDEFB;
}

/* h2 styles */
h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}

/* dt styles */
dt {
    color: #002171;
    font-weight: bold;
}

/* Resort class styles */
.resort {
    color: #1976D2;
    font-size: 1.2em;
}

/* Footer styles */
footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
}

/* Wrapper for centering page content */
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}