body { font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 13px;
       line-height: 12pt;
       margin: 0px; 
       background-color: #000000; }

#header { font: Verdana, Arial, Helvetica, sans-serif;
          font-size: 30px;
          font-weight: bold;  
          padding-left: 0px;
          padding-bottom: 2px;
          border-bottom: 3px solid blue; 
          background-color: #ffffff; 
          margin-bottom: 0px;
          color: black; }

#content { float: right;
           padding: 1px 20px 1px 10px; 
           width: 70%; 
           margin: 0px; 
           border-left: solid green;
           background-color: #000000;
           color: white;
          }

#content a:link { color: #40FF40; } 
#content a:visited { color: #40FF40; } 



#nav {

       float: left; 
       width: 20%; 
       margin-top: 0px;
       padding: 10px;
       border: none; 
       font-family: arial, sans-serif;
       font-weight: bold;  
       font-size: 11pt;
       line-height: 15pt;
       border-right: none;
       border-bottom: none;
       border-left: solid green;

       }

#nav a { text-decoration: underline; 
         color: #40FF40; } 

h1 { text-align: center;
      font-size: 25px;
      font-weight: bold;
      line-height: 26px;
      color: white; 
    }



h2 { 
     margin-top: 10px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 20px;
     font-weight: bold;
     line-height: 22px;
     color: white; 

   }

h3 { color: white; 

   }