BODY{
  background-color : WhiteSmoke;
  color : DarkSlateGray;
  font-family : "MS UI Gothic";
  text-align : center;
}
A{
  color : SeaGreen;
}
A:HOVER{
  background-color : PaleGoldenrod;
}
TABLE{
  line-height : 140%;
}

