
TD {
  font-family: Arial, Sans-Serif;
}

A {
  color: Blue;
  text-decoration: none;
}

A:hover {
  color: Red;
  text-decoration: underline;
}

.PageTitle {
  font-size: 200%;
  font-weight: bold;
}

.SubTitle {
  font-size: 150%;
  font-weight: bold;
}

.SubSubTitle {
  font-size: 125%;
  font-weight: bold;
}

.SmallText {
  font-size: 80%;
}

UL, OL {
  margin-top: 0px;
}
