BODY{
  
  font-family : "MS UI Gothic";
  font-size : large;
  
}
TABLE{
  font-family : "MS UI Gothic";
  font-size : 12px;
}
TEXTAREA{
  font-size : 12px;
  font-family : "MS UI Gothic";
}
A:VISITED{
  color: #0000CC;
  text-decoration: underline;
}
A:HOVER{
  color : #3300FF;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FF0033;
  text-decoration: underline;
}
