 

a{
  font-size : small;
  font-family : "MS UI Gothic";
  
  text-decoration : none;
  color : #000063;
}
A:HOVER{
  font-family : "MS UI Gothic";
  
  
  font-size : x-small;
  color : #ff9a00;
  text-decoration : underline;
  font-weight : bold;
}
