A.linka {
 text-decoration : none; 
}
A.linkb:link  {
 text-decoration : none; 
 color : "blue"; 
}
A.linkb:visited  {
 text-decoration : none; 
 color : "blue"; 
}
A.linkb:active  {
 text-decoration : none; 
 color : "blue"; 
}
A.linkb:hover  {
 background-color: "lightblue";
 text-decoration : underline;
 font-weight:bold;
 color : "black"; 
}	
