
    A  {
    	text-decoration : none;
        font-style : bold;
        font-family : Westminster;
        font-size : 30px;  
        color : #7a7cba;    
    }
    
    A:hover  {
    	text-decoration : none;
        font-style : bold;
        font-family : Westminster;
        font-size : 30px;  
        color : #044484;      
 }

    
    A:active  {
   	text-decoration : none;
        font-style : bold;
        font-family : Westminster;
        font-size : 30px;  
        color : #7a7cba;    
    }
    
   