/* index.css */
TABLE {font-size : 14px;
  font-family : "MS UI Gothic";
}
BODY{
  font-family : "MS UI Gothic";
  font-size : 14px;
}
A{
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
}
A:VISITED{
  color : blue;
}
