 
A{
  font-size : 10px;
  font-weight : bold;
  text-decoration : none;
  color : gray;
}
A:hover{
  font-size : 10px;
  font-weight : bold;
  color : #ffffff;
  background-color : gray;
  text-decoration : none;
}
B{
  font-size : 10px;
  font-weight : bold;
  color : #ffffff;
  background-color : red;
  text-decoration : none;
}

