/* CSS for centering */
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

/* Global */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    
}

/* Styles header element */
header {
    background-color: #002171;
    color: #FFFFFF;
    font-family: Georgia, serif;
}

/* Styles h1 element */
h1 {
    line-height: 200%;
}

/* Styles nav element */
nav {
    font-weight: bold;
    background-color: #BBDEFB;
}

/* Styles h2 element */
h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}

/* Styles dt element */
dt {
    color: #002171;
    font-weight: bold;
}

/* Styles class resort */
.resort {
    color: #1976D2;
    font-size: 1.2em;
}

/* Styles footer element */
footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
}