
    A  {
    	text-decoration : none;
        font-style : bold;
        font-family : Times New Roman;
        font-size : 17px;  
        color : #000000;    
    }
    
    A:hover  {
    	text-decoration : none;
        font-style : bold;
        font-family : Times New Roman;
        font-size : 17px;  
        color : #044484;      
 }

    
    A:active  {
   	text-decoration : none;
        font-style : bold;
        font-family : Times New Roman;
        font-size : 17px;  
        color : #000000;    
    }
    
   