BODY {
  font-family: Arial, Helvetica, sans-serif,serif;
  font-size: small;
  background: white;
  color: black;
}
H1 {
  font-weight: bold;
  font-size: x-large;
}
H2 {
  font-weight: bold;
  font-size: large;
}
H3 {
  font-weight: bold;
  font-size: medium;
}
H4 {
  font-weight: bold;
  font-size: medium;
}
H5 {
  font-weight: bold;
  font-size: small;
}
th {  font-weight: bold;
}
TD {  font-family: Arial, Helvetica, sans-serif,serif;  font-size: small;  background: white;  color: black;
}
A:link { color: bright red;
}
A:visited { color: black;
}
A:active { color: yellow;
}

