BODY {
  font-family: Garamond, Times New Roman, Courier;
  font-size: 14px;
  background-color: #eeeeee;
  color: #666666;
}

H2 {
  font-family: Garamond, Times New Roman, Courier;
  font-size: 18px;
  text-align: center;
  background-color: #333333;
  color: white;
}
H3 {
  font-family: Garamond, Times New Roman, Courier;
  font-size: 14px;
  text-align: center;
  background-color: #333333;
  color: white;
}
H4 {
  font-family: Garamond, Times New Roman, Courier;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: red;
}
.hidden {
  border-collapse: collapsed; 
  visibility: hidden;
  display: none;
}