
    A  {
    	text-decoration : none;
        font-style : bold;
        font-family : Verdana, mono;
        font-size : 12px;  
        color : #000000;    
    }
    
    A:hover  {
    	text-decoration : underline;
        font-style : bold;
        font-family : Verdana, mono;
        font-size : 12px;  
        color : #FF0000;      
 }

    
    A:active  {
   	text-decoration : none;
        font-style : bold;
        font-family : Verdana, mono;
        font-size : 12px;  
        color : #FF0000;    
    }
    
   