A:LINK {
   color : rgb(0,0,255) ;
   text-decoration : none ;
   }
A:VISITED {
   color : rgb(75,0,255) ;
   text-decoration : none ;
   }
A:ACTIVE {
   color : rgb(255,0,255) ;
   text-decoration : none ;
   }
A:HOVER {
   color : rgb(0,0,255) ;
   text-decoration : none ;
   }

table {
   font-size : x-small ;
   }
@
BODY {
   color : rgb(0,0,0) ;
   background-color : rgb(203,203,203) ;
   text-decoration : none ;
   font-size : x-small ;
   text-align : left ;
   line-height:13pt;@

.small{font-size:7pt;}
.not{text-decoration:line-through;}      
.black {color:black;}
.red {color:red;}
.green {color:greenyellow;}
.blue {color:blue;}
.indigo {color:indigo;}
.gold {color:goldenrod;}
.pink {color:mediumvioletred;}
.bold{font-weight:bold;}