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