body
 {
  text-align: center;
  color: #000000;
  font-size: 10pt;
  font-family: verdana;
  background-color: "beige";
 }

h1
 {
  color: #0000ff;
  font-size: 22pt;
 }

.indextable
 {
  width: 100%;
  border: 1px solid #0000FF;
 }

th
 {
  border: 1px solid #0000FF;
  color: #000000;
  font-size: 10pt;
  font-family: verdana;
  background-color: #DDDDDD;
 }

td
 {
  border: 1px solid #0000FF;
  color: #000000;
  font-size: 10pt;
  font-family: verdana;
 }

a:link
 {
  color: #000000;
  text-decoration: underline;
 }

a:visited
 {
  color: #000000;
  text-decoration: underline;
 }

a:hover
 {
  color: #DDDDDD;
  text-decoration: none;
 }

a:active
 {
  color: #000000;
  text-decoration: underline;
 }