A { 
  color:#006699; 
  text-decoration: underline;
  font-size: 14px; 
}

A:hover { 
  color: #006699; 
  text-decoration: none; 
  font-size: 14px; 
}

A.re { 
  color:#ff0000; 
  text-decoration: underline; font-weight : bold;
   font-size: 16px;
}

A.re:hover { 
 color:#ff0000; 
  text-decoration: none; font-weight : bold;
  font-size: 16px;
}

