body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: sans-serif;
}

header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: serif;
}

h1 {
    line-height: 200%
}

h2 {
    color: #1976D2;
    font-family: serif;
}

nav {
    font-family: bold;
    background-color: #BBDEFB;
}

dt {
    font: bold;
    color: #002171;
}

#resort {
    color: #1976D2;
    font-size: 1.2em;
}

footer {
    font-size: 0.70em;
    text-align: center;
    font: italic;
}

#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
