body
{
    font-family: 'Palatino Linotype', 'Palatino', 'Bookman Antiqua', serif;
    font-size: 120%;
    line-height: 2em;
}
#header a
{
    text-decoration: none;
    color: #000000;

}
h3
{
    color: 62C2CC;
    background-color: E4F6F8; 
}
a
{
    color: F17022; 
    text-decoration: none;
}
#nav
{
    width: 100%;
    text-align: center;
}
#nav li
{
    display: inline;
    margin: 1em;
}
#footer
{
    font-family: serif;
    width: 100%;
    text-align: center;
    font-size: 50%;
}
