 
body { 
 background-color: white; 
 margin: 20px; 
 padding: 0; 
 font-size: 14px; 
 font-family: verdana, arial, helvetica, sans-serif; 
}
H1{font-family: verdana, arial, helvetica, sans-serif; font-style : normal;text-align : left; margin:6px;line-height:1;font-size : 20px;font-weight : normal;}
h2{font-family : Arial;font-style : normal;font-weight : normal;font-size : 14px;}
h3{font-family : Arial;font-style : normal;font-weight : normal;font-size : 18px;}
a:link { color: blue; text-decoration: underline ;}
a:active { color: yellow; text-decoration: underline ;}
a:visited { color: blue; text-decoration: underline ;}
A:HOVER { color: black; text-decoration: underline; background : #efefef;}
#footer{
text-align: center;
 background-color: #eee;
}
#navleft { 
 position: absolute; 
 width: 128px; 
 top: 20px; 
 left: 20px; 
 font-size: 14px; 
 border: 0px dashed black; 
 background-color: white; 
 padding: 10px; 
 z-index: 2; 

} 
