BODY {
  background-color: #D8EBF2;
  color: black;

  font-family: sans-serif;
  font-size: 12px;
}
TD {
  font-size: 12px;
}
H1 {
  font-size: 18px;
  font-weight: bold;
}
H2 {
  font-size: 16px;
  font-weight: bold;
}
A {
  color: black;
  text-decoration: underline;
}
A:active {
  color: red;
}
A:visited {
  color: black;
}
A:hover {
  color: red;
}

