
BODY {
  font-family: sans-serif, Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: lighter;
  font-size: smaller;
}

A {
  text-decoration: none;
}

H1 {
  font-size: large;
  font-family: serif, "Times New Roman";
  font-style: italic;
  font-weight: bold;
  color: green;
  text-align: center;
}

H2 {
  font-size: medium;
  font-style: italic;
  font-weight: bold;
  font-family: "Times New Roman";
  color: green;
}

TD {
  font-size: smaller;
}

STRONG {
  font-style: italic;
  text-align: center;
  color: green;
  font-family: serif;
  margin-top: 15pt;
}

.hidden {
    display:none;
}
