 
A:VISITED{
  color : #ff8080;
  font-size : 12px;
  font-family : "MS UI Gothic";
  text-decoration : none;
}
A:HOVER{
  font-size : 12px;
  font-family : "MS UI Gothic";
  text-decoration : underline;
  color : aqua;
}
A{
  font-size : 12px;
  font-family : "MS UI Gothic";
  color : #ff8080;
  text-decoration : none;
}
