BODY{
  font-size : 16pt;
  margin-top : 0px;
  text-align : center;
  background-color : #fffff0;
}

A{
  text-decoration : none;
  color : blue;
}

A:HOVER{
  color: #FF3333;
  text-decoration : underline;
}

TABLE{
  font-size : 12pt;
}

