A:HOVER {
  color : #838efa;
  cursor : auto;
  ;
  text-decoration : blink;
}
FONT{
  font-weight : 300;
  font-family : "MS UI Gothic";
  line-height : 16px;
  letter-spacing : 1px;
  
  text-indent : 0px;
}
A:ACTIVE{
  color : navy;
  font-weight : 700;
}
A:VISITED{
  font-weight : 500;
  color : blue;
}
