/*
File Name: pacific.css
Date: 10/14/19
Programmer: Amy Bonato
*/


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

h1 { 
    background-color: #000033; 
    color: #FFFFFF; 
    line-height: 200%;
    font-family: Georgia, "Times New Roman", serif; 
} 

h2 { 
    color: #3399CC; 
    font-family: Georgia, "Times New Roman", serif;  
}

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

dt {
    font-weight: bold;
    color: #000033; 
}

.resort {
    color: #000033; 
    font-size: 1.2em;
}

footer { 
    font-size: .75em;
    font-style: italic; 
    text-align: center; 
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%; 
}

