body { background-color: #4863A0;
       font-family: Arial, Verdana, sans-serif;
       text-align: center;
}
h1 { background-color: #4863A0;
     color: #50EBEC;
     line-height: 200%;
     text-align: center;
     font-size: 2.00em;
     font-family: Georgia, "Times New Roman", serif;
}
.nav { font-weight: bold;
       font-size: 1.25em;
       text-align: center;
}
h2 { background-color: #4863A0;
     color: #50EBEC;
     font-family: Georgia, "Times New Roman", serif;
     text-align: center;
}
p { background-color: #4863A0;
    color: #FFFF66;
    font-size: 1.25em;
    font-family: Georgia, "Times New Roman", serif;          
    font-style: bold;
    text-align: center;
}
ul { color: #FFFF66;
     font-family: Gerogia, "Times New Roman", serif;
     text-align: center;
     font-size: 1.15em;
}
dl { color: #FFFF66;
     font-family: Georgia, "Times New Roman", serif;
     text-align: center;
     font-size: 1.15em;
}
footer { font-size: .60em;
         font-style: italic;
         text-align: center;
}
#wrapper { width: 800px;
           margin-left: 250px;
           margin-right: auto;
}


         