P {
   font-size : 9px;
   font-family : Arial;
   color : ;
   text-align : left;
   margin : 0;
}

BODY {
   font-size : 10px;
   font-family : Verdana;
   color : #FFFFFF;
   scrollbar-face-color:#576685; 
   scrollbar-highlight-color:#FFFFFF; 
   scrollbar-3dlight-color:#000000; 
   scrollbar-darkshadow-color:#000000; 
   scrollbar-arrow-color:#FFFF00; 
   scrollbar-track-color:#CCCCCC;
   background : #CCCCCC url() fixed repeat;
}

A:hover {
   font-weight : bold;
   font-size : 9px;
   font-family : Arial;
   color : FFFFFF;
   background : FF0000;
   text-decoration : none;
}

A:visited, A:link, A:active {
   font-weight : normal;
   font-size : 8px;
   font-family : Arial;
   color : #FFFF00;
   text-decoration : none;
}



