H1 {
  color: RGB(200,30,30);
  text-align: center;
  font-family: "Helvetica", "sans-serif";
  border: solid blue;
  border-width: 2pt 2pt 10pt 2pt;
  background-color: black;
  font-size: 40pt
}

H2 {
  color: RGB(0,0,0);
  text-align: center;
}

BODY {
  background-color: RGB(75,130,255);
}

table {
  font-family: "Helvetica", "sans-serif";
  font-size: 16pt;
  background-color: RGB(200,200,200)
}

DIV.maintext {
  font-family: "Helvetica", "sans-serif"; 
  text-indent: 3em;
  font-size: 14pt;
}

P.gymtext {
  color: RGB(0,0,0)
  font-family: "Helvetica", "sans-serif";
  text-indent: 3em;
  font-size: 14pt;
}

SPAN.yes {
  color: RGB(255,255,255)
}

P.gym1 {
  color: RGB(200,30,30);
  text-align: center;
  font-family: "Helvetica", "sans-serif";
  border: solid blue;
  border-width: 2pt 2pt 10pt 2pt;
  background-color: black;
  font-size: 72pt
}

TABLE {
  margin-left: auto;
  margin-right: auto;
}

DIV.center {
  background-color: yellow;
  background-position: center;
}
