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