H1 { color: FFFFFF; 
     font-size: 40px; 
     font-family: arial, san-serif, impact;
     margin-top: 10px;
     margin-bottom: 10px} 

H2 { color: 000000; 
     font-size: 20px;
     margin-top: 5px;
     margin-bottom: 2px;
     font-weight: bold; 
     font-family: trebuchet ms, sans-serif, helvetica, impact }

H3 { color: #DD1111; 
     font-size: 15px;
     font-style: italic;
     margin-top: 7px;
     margin-bottom: 2px} 


A:link { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: none }     
A:active { text-decoration: none }
     

P {
	font-family: Comic Sans MS, san-serif;
        color: black;
        font-size: 15px}
}

DIV.nav { position: absolute; left: 40px; width: 110px; top: 20px }
DIV.header { position: absolute; left: 225px; width: 700px; top: 30px }
DIV.body { position: absolute; 
                 left: 225px; 
                 width: 650px; 
                 height: 500px; 
                 overflow: auto; 
                 top: 210px }
DIV.bottom {position: absolute; left: 375px; bottom: 10px}





