BODY               {
                     color : black;
                     font-family : Verdana;
                     font-size : 8px;
                     font-variant : ;
                     text-decoration : none;
                     font-weight : bold;
                   }
				 
A                  {
                     color : black;
                     font-family : Verdana;
                     font-size : 9px;
                     font-variant : none;
                     text-decoration : none;
                     font-weight : bold;
                   }

A:hover            {
                     color : blue;
                     font-size : 9px;
                   }

.normal            {
                     color : gray;
                     font-family : Verdana;
                     font-size : 8px;
                     font-variant : small-caps;
                     text-decoration : none;
                     font-weight : bold;
                   }
