header {
    background-color: #000033; 
    color: #ffffff;
    font-family: georgia, sans-serif;
    }
h1 {
    line-height: 200%;
}
h2 {
    color: #3399cc;
    font-family: georgia, sans-serif;
}
nav {
    background-color: #90c7e3;
    font-weight: bold;
}
body {
    background-color: #ffffff; 
    color: #666666;
    font-family: verdana, arial, sans-serif;
}
dt {
    color: #000033;
    font-weight: bold;
}
.resort {
    color: #000033;
    font-size: 1.2em;
}
footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
}
#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}