
P {
  font: normal 8pt "Arial", "Verdana";
  }

P.small { 
  font: normal 8pt "Arial", "Verdana"
  }

P.header { 
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  }

P.subhead {
  font-size: 8pt; 
  text-align: center; 
  font-weight: bold;
  }

P.text {
  text-indent: 2em;
  }

P.interview {
  background-color: #1A1F22;
  padding: 2px;
  color: #FFFFFF;
  }

A {
  text-decoration: none; 
  font-weight: bold; 
  color: #802920;
  }

A:visited {
  color: #802920;
  }

A:hover {
  text-decoration: underline;
  }
