BODY
 {
 font-family : Verdana, Arial, Helvetica, sans-serif;
 background-color : #fff7c6;
 font-size : 10pt;
 }

HR
 {
 height : 6px;
 width : 100%;
 border : 0;
 color : #006600;
 background-color : #006600;
 }

H1
 {
 color : #006600;
 text-align : center;
 font-weight: bold;
 font-size: 160%;
 color: #006600;
 }
 
H2
 {
 color : #006600;
 text-align : center;
 font-weight: bold;
 font-size: 125%;
 color: #006600;
 }

H3
 {
 color : #006600;
 text-align : center;
 font-weight: bold;
 font-size: 100%;
 color: #006600;
 }

H4
 {
 color : #006600;
 text-align : left;
 font-weight: bold;
 font-size: 125%;
 color: #006600;
 }

TABLE, TR {
 font-size:100%;
 vertical-align: baseline;
 max-width: "75%";
}

A:LINK
 {
 text-decoration : underline;
 color : #006600;
 }

A:VISITED
 {
 text-decoration : underline;
 }

A:HOVER
 {
 text-decoration : underline;
 color : blue;
 }

