A{
  font-size : 11pt;
  font-weight : bold;
  color : blue;
  text-decoration : none;
}

A:hover{
  
  text-decoration : none;
  color : orange;
}
