body{
	background-color:#36F;
}
td{
	background-color:#FFF;
}
H1{
  font-size : 9pt;
  font-weight : normal;
  color : navy;
  margin-top : 1px;
  margin-bottom : 1px;
}
TD{
  font-size : 10pt;
  font-family : "MS UI Gothic";
  font-weight : normal;
  color : navy;
}
A{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  background-color : #ffff97;
}