 
A:LINK{
  color : blue;
}
A:VISITED{
  color : blue;
}
A:HOVER{
  color : red;
}
A:ACTIVE{
  color : purple;
}
TD{
  font-size : 11pt;
  font-family : "MS UI Gothic";
  line-height : 20px;
}
P{
  font-size : 11pt;
  font-family : "MS UI Gothic";
  line-height : 25px;
}
