body {
    font-family: Georgia, sans-serif;
    background-color: white;
    color: black; 
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, sans-serif;
    color: black;
}
h1 {
    text-align: center;
}
h2 {
    border-top: solid 2px;
    color: black;
    padding-bottom: 1px;
    padding-top: 12px;
}
#navigation {
    font-family: Georgia, serif; 
    font-size: 100%; 
    border-top: solid 2px; 
    border-bottom: solid 2px;
     
}
li { 
     display: inline;
     list-style-type: none;
}
a:link, a:visited, a:active { 
    color: black;
    text-decoration: none;
    font-weight: bold; 
} 
a:hover { 
     text-decoration: underline;
}
