
TABLE {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px; 
   font-family : verdana; 
   color : #000000; 
}



.HEAD {
   font-style : normal; 
   font-weight : bold ; 
   font-size : 11px; 
   font-family : Verdana; 
   color : #000000;
   background-color: #ffffff;
   border: 1px solid #000000;
   padding: 1;
   margin: 5
}

.CONTENTS {
   font-style : normal; 
   font-size : 11px; 
   font-family : Verdana; 
   color : #CC0033;
   margin: 5;
}


BODY {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11 px; 
   font-family : Verdana; 
   color : #CC0033; 
   text-decoration : none; 

}

A:visited {
   font-style : normal; 
   font-weight : normal; 
   font-family : Verdana; 
   color : #b2b2b2; 
   text-decoration : none; 
}


A:hover {
   font-style : normal; 
   font-weight : normal; 
   font-family : Verdana; 
   color : #CC0033; 
   text-decoration : overline underline; cursor=crosshair;
}


A:active {
   font-style : normal; 
   font-weight : normal; 
   font-family : Verdana; 
   color : #b2b2b2; 
   text-decoration : none; 
}


A {
   font-style : normal; 
   font-weight : normal; 
   font-family : Verdana; 
   color : #b2b2b2; 
   text-decoration : none; 
}