H1  {
  font-size : 20px;
  font-style : italic;
  font-weight : bold;
  font-family : "times";
  color : "#942121";
  text-align : center;
}

H2  {
  font-size : 18px;
  font-style : italic;
  font-weight : bold;
  font-family : "times";
  margin-left : 0;
  color : "#294a84";
  text-align : center;
}

H3  {
  font-size : 16px;
  font-style : italic;
  font-weight : bold;
  font-family : "times";
  margin-left : 0;
  color : "#294a84";
  text-align : left;
}

P {
  font-size : 16px;
  font-family : "helvetica", "arial";
}

P.tiny {
  font-size : 10px;
  font-family : "helvetica", "arial";
}

B {
  color : "#005b73";
}


SUP {
  font-size : smaller;
}


LI {
  font-size : 16px;
  font-family : "helvetica", "arial";
}

UL {
  font-size : 16px;
  font-family : "helvetica", "arial";
}

TD {
  font-size : 11px;
  font-family : "helvetica", "arial";
}


