/*This define the link style for a general link in the text*/
a:link {
font-weight:bold;
color: #A1A1A1 ;
text-decoration :none;
} 
    
a:visited { 
font-weight:bold;
color: #A1A1A1 ;
} 
 
a:hover {  
font-weight:bold;
color: #A1A1A1 ;
text-decoration:underline ;
}    

a:active {
font-weight:bold;
color: #A1A1A1 ;
text-decoration:none;
}   