A { 
  color: #0030FF; 
  text-decoration: none; 
  font-weight : bold;
}

A.sublink { 
  color: #0030FF; 
  text-decoration: underline; 
  font-weight : bold;
}

A:hover { 
  color: #FFFFFF; 
  text-decoration: none; 
  font-weight : bold;
}

A.second:hover { 
  color: #0030FF; 
  text-decoration: underline; 
  font-weight : bold;
}