body {
       background-color: #000000;
       color: #9F9F9F;
       }
a {
    color: #FFFFFF;
    font-size: small;
    font-family: monospace, terminal, vt100, courier;
    text-decoration: none;
    }
a:hover {
         text-decoration: underline;
          }

a img   {
         border: 0;
         }

img   {
         border: 0;
         }

h1 { 
     font-size: 35px;
     color: #FFFFFF;
     }
h1 a { 
     font-size: 35px;
     color: #FFFFFF;
     font-family: default, monospace;
     text-decoration: none;
     }
h1 a:hover {
     text-decoration: none;
     }
h2 { 
     color: #FFFFFF;
     }
h3 { 
     color: #EFEFEF;
     }
tt { 
     font-size: small;
     color: #FFFFFF;
     }

ul li { 
        font-size: small;
        margin-left: -5px;
        }

p {
    font-size: small;
}

p tt { 
       font-size: medium;
       }

#header {
          left: 200px;
          top: 10px;
          position: absolute;
          }
#navigation {
              text-align: left;
              left: 10px;
              top: 143px;
              position: absolute;
              width: 150px;
              clear: left;
              }
#content { 
           text-align: left;
           left: 160px;
           top: 88px;
           clear: left;
           position: absolute;
           width: 600px;
           }

#logo {
           right: 50px;
           top: 20px;
           position: absolute;
           }

.code { 
        font-family: fixed, monospace, terminal, courier, fantasy;
        font-size: smaller;
        color: white;
        margin-top: 5px;
        }
