H1 {
  text-align : center;
  font-family : Comic Sans MS;
  color : white;
  font-size : x-large;
}

H2 {
  text-align : center;
  font-family : Comic Sans MS;
  color : white;
  font-size : medium;
}

P {
  text-align : center;
  font-family : Comic Sans MS;
  color : white;
  font-size : x-small;
}

TD {
  font-family : Comic Sans MS;
  color : white;
  font-size : small;
}

TH {
  font-family : Comic Sans MS;
  color : white;
  font-size : small;
}

CAPTION {
  font-family : Comic Sans MS;
  color : white;
  font-size : x-large;
}

HR {
  width : 50%;
  height : 5px;
}

A:link {
  font-family : Comic Sans MS;
  color : blue;
  text-decoration : none;
}

A:visited {
  font-family : Comic Sans MS;
  color : lime;
  text-decoration : none;
}
