BODY {
  color : black;
  background-color : white;
  font-family : Arial;
  font-size : 10pt;
  margin-left : 3px;
}
H2{
font-size : 20px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight : bold;position : relative;padding-left : 10px;border-left-color : yellowgreen;border-bottom-color : yellowgreen;}
A:LINK {
  color : blue;
}
A:VISITED {
  color : navy;
}
A:ACTIVE {
  color : red;
}
P{
  position : normal;
  z-index : auto;
  font-family : Arial;
}
PRE{
  position : normal;
}