body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}
header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
}
h1 {
    line-height: 200%;
}
nav {
    background-color: #BBDEFB;
    font-weight: bold;
}
h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}
dt {
    color: #002171;
    font-weight: bold;
}
.resort {
    font-size: 1.2em;
    color: #1976D2;
}
footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
}
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}