BODY {
  margin: 1em 1.5em;
  font-family: arial, lucinda, helvetica;
  color: black;
  background: white;
}
 
P.search { text-align: right; font-size: .8 em; }

P.PI { text-align: center; font-size: .6 em; }
SPAN.hidden { font-size: .6 em; color: white }
SPAN.red { font-size: .6 em; color: red; font-weight: bold; }
SPAN.small { font-size: .6 em; }
 
A:link { color: navy }       /* unvisited link */
A:visited { color: gray }   /* visited links */
A:active { color: cyan }    /* active links */
 
TH, TD {
  font-family: arial, lucinda, helvetica;
}
 
B, CODE {
  font-family: arial, lucinda, helvetica;
  font-weight: bold;
  color: blue
}
 
H1 {
  text-align: center;
  font-family: arial, lucinda, helvetica;
  font-weight: normal; 
}
 
H2, H3 {
  text-align: left;
  font-family: arial, lucinda, helvetica;
  font-weight: normal; 
  background: #993333;
}
 
H4 {
  color: #000000;
}
 
.text {
   font-family: arial, lucinda, helvetica;
}
