.CaptionBox {
  position: relative;
  text-align: center;
  font:normal 12pt "Times Roman";
}
a:hover {
  color:red;
}
h1 {
  font:bold 28pt "Arial";
  color: maroon;
}
h2 {
  font:bold 18pt "Arial";
  color: black;
}
h3 {
  font:bold 14pt "Arial";
  color: black;
}
p {
  font:normal 14pt "Times Roman";
  color: black;
}
li,td {
  font:normal 14pt "Times Roman";
  color: black;
}
