body {
    background-color: white;
    max-width: 750px;
    min-width: 600px;
    margin-left: 60px;
    margin-right: 60px;
    text-align: left;
    color: gray;
    font-family: GEORGIA, sans-serif;
    font-size: .85em; }
    
#header {
    border: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #b5b5b5;
    padding: 0px 0px 8px 0px;
    line-height: 1.5em; }
#header a {
    padding: 5px; }
    
#footer {
    border: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #b5b5b5;
    font-size: 0.9em;
    text-align: center; }

a:link {
    color: gray; }
a:visited {
    color: gray; }
a:hover {
    background: #ddffdd;
    text-decoration: none; }

.currentpage {
    background: #ddffdd;
    text-decoration: none; }