body { 
  background-color: white;
  color: black;
  font-family: arial, helvetica, sans-serif;
 }

table { 
  border: 1px black solid;
 }

h1 { 
  font-size: 3.0em;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
 }

h2 {  }

h3 { 
  font-size: 1.0em;
  font-family: arial, helvetica, sans-serif;
 }

p { 
  font-size: 0.7em;
  font-family: arial, helvetica, sans-serif;
}

.reverse { 
  background-color: black;
  color: white;
  font-size: 0.8em;
 } 

.normal { 
  font-size: 0.8em;
 }

.reverse a { 
  color: white;
}

a.reverse { 
  color: white;
}

.reverse p { 
 }

a.plainlink { 
  color: black;
  text-decoration: none;
 }
