/*
File Name: pacific.css
Date: 10/9/019
Programmer: John Garcia
*/

body{
    font-family: Verdana, Arial, Tahoma;
    color: #666666;
    background-color: #FFFFFF;
}

h1{
    background-color: #000033;
    color: #FFFFFF;
    font-family: Georgia, Tahoma;
    line-height: 200%;
}

h2{
    color: #3399CC;
    font-family: Georrgia, Tahoma;
}

nav{
    font-weight: bold;
    background-color: #90C7E3;
}

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;
}