
body { 
       font-size: 18px;

       background-color: #ffffff;

       scrollbar-face-color: #6699ff; 
       scrollbar-highlight-color: #ccccff; 
       scrollbar-shadow-color: #6666ee; 
       scrollbar-darkshadow-color: #333399; 
       scrollbar-3dlight-color: #8888ee; 
       scrollbar-arrow-color: #FFF38A; 
       scrollbar-track-color: #FFF38A;
} 

a:visited { font-weight: bold; color:#c0c0c0; text-decoration: none; }
a:link    { font-weight: bold; color:#aaaaff; text-decoration: none;}
a:hover   { font-weight: bold; color:#33ccff; text-decoration: none;
            background-color: #fff033;}


H1, H2, H3, H4, H5, H6 {
  color: #aaaaaa;
  font-family: sans-serif;
  font: bold; 
  border-bottom: 1px solid black;
}

P { color: #000000 }





.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
