/* Global styles for the document */
body{
    background:#FFFFFF;
    color:#666666;
    font-family:Verdana, Arial, sans-serif;
}
/* Styles for the header */
header{
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
}
/* Styles for H1 */
h1{
    line-height: 200%;
}
/* Styles for nav */
nav{
    font-weight: bold;
    background-color: #bbdefb;
}
/* Styles for H2 */
h2{
    color: #002171;
    font-family: Georgia, serif;
}
/* Styles for dt */
dt{
    color: #002171;
    font-weight: bold;
}
/* Styles for resort class */
.resort{
    font-size: 1.2em;
    color: #1976d2;
}
/* Styles for footer */
footer{
    font-size: .70em;
    font-style: italic;
    text-align: center;
}
/* Styles for wrapper id */
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
