body{
@font-family : "MS UI Gothic";
  font-size : 12px;
  color : #666666;
}

A{
  color: #000066;   
  text-decoration: none;
}
A:VISITED{
  color: #000066;
  text-decoration: none;
}
A:HOVER{
  color: #ff0000;
  text-decoration: underline;
}
A:ACTIVE{
  color: #666666;
  text-decoration: underline;
}
TD{
  font-size : 12px;
  font-family : "MS UI Gothic";
  line-height : 1.5;
}

