body {
    background-color: #f4ffe4}
a:link {
    color: green}
a:visited {
    color: brown}
#navbar {
    position: absolute;
    left: 10;
    width: 150;
    font-size: 14pt;
    font-family: 'Helvetica Bold', Charcoal, 'Arial Black', sans-serif}
#navbar a:link {
    color: black;
    text-decoration: none}
#navbar a:visited {
    color: black;
    text-decoration: none}
#navbar a:hover {
    color: green;
    text-decoration: underline}
#nonbold {
    font-weight: normal}
