
BODY, P {
  color : black;
  font-family : "verdana";
  font-size : 9pt;
};

TD {
 font-family : "verdana";
 font-size : 9pt;
};

H2 {
  font-famil : "verdana";
  font-weight : bold;
  color : black;
  font-size : 18pt;
};


THEAD {
  font-family : "verdana";
  font-weight : bold;
  color : white;
  background-color : teal;
};

A {
  color : black;
  font-weight : normal;
};

A.NoUnderline {
  text-decoration : none;
  color : black;
  font-weight : bold;
};

A:visited { color : black; };
A:Active { color : red; };
A:Hover {
  color : red;
};
