
P { color : black;
  font-family : Arial, Helvetica, Sans-serif;
  font-size : 12px;
};


TR {
 font-family : arial, helvetica, sans-serif;
 font-size : 12px;
};

TD {
 font-family : arial, helvetica, sans-serif;
 font-size : 12px;

};
TD.a {
 font-family : arial, helvetica, sans-serif;
 font-size : 10px;
};

UL { color : black;
  font-family : Arial, Helvetica, Sans-serif;
  font-size : 12px;
};

OL { color : black;
  font-family : Arial, Helvetica, Sans-serif;
  font-size : 12px;
};

LI { color : black;
  font-family : Arial, Helvetica, Sans-serif;
  font-size : 12px;
};


H2 {
  font-family : arial, helvetica, sans-serif;
};


H3 {
  font-family : arial, helvetica, sans-serif;
  font-weight : bold;
  color : black;
  font-size : 12px;
};

H4 {
  font-family : arial, helvetica, sans-serif;
  font-weight : bold;
  color : black;
  font-size : 10px;
};


A {
  color : black;
  font-weight : normal;
};

A.NoUnderline {
  text-decoration : none;
  color : blue;
  Hover : red;
  font-family : arial, helvetica, sans-serif;
  font-size : 12px;
};

 
DIV.Header {
   color : steelblue;
  font-weight : bold;
  font-family : arial, helvetica, sans-serif;
  font-size : 12px;
};

DIV.txt {
  text-decoration : none;
  color : black;
  font-weight : bold;
  visited : white;
  active : red;
  Hover : red;
  font-family : "verdana";
  font-size : 14px;
  background : white
};
DIV.alert {
  text-decoration : none;
  color :red;
  font-weight : bold;
  visited : white;
  active : red;
  Hover : red;
  font-family : "verdana";
  font-size : 14px;
};

A.PN {
    font-family : arial, helvetica, sans-serif;
    font-size : 11px;    
    Text-decoration : none;
    color : white;
    font-weight : bold;
    visited : white;
    active : white;
    hover : red;
};

A:visited { color : blue; };
A:Active { color :blue; };
A:Hover {
  color : red;
};

