body {
  font-family: "Times";
  font-size: 12pt;
  font-weight: normal;
  background-color: ivory;
  text-align: left;
  color: #252535;
}

A:visited {color: #107080}
A:active  {color: navy}
A:link    {color: #1040AA}

PRE {
  color: black;
  font-family: "Courier";
  font-size: "10pt";
}

TT {
  color: black;
  font-family: "Courier";
  font-size: 12pt;
}

STRONG {color: "#008080";
  font-family: "Times";
}

H1 { color: "#008080"; 
  font-family: "Helvetica";
  font-size: 20pt;
  font-weight: "bold";
}

H2 { color: "#008080"; 
  font-family: "Helvetica";
  font-size: 16pt;
  font-weight: "bold";

}

LI { line-height: 14pt }
UL { line-height: 16pt }

