

a.reverseAnchor 
{
  text-decoration: none ;
/* cursor: pointer; */
 cursor: hand;
}
 

a.reverseAnchor:hover    
{
  text-decoration: underline ;
}


