
A:link {
 color: "#840000";
 text-decoration: "none";
}

A:active {
 color: "#840000";
 text-decoration: "none";
}

A:visited {
 color: "#844040";
 text-decoration: "none";
}

A:hover {
 color: "#840000";
 text-decoration: "underline";
}

BODY {

 margin-top: "50";
}

H1 {
 color: "#000000";
 font-family: "Arial";
 font-size: "14pt";
 font-weight: "bold";
 text-transform: "capitalize";
 margin-top: "0pt";
 margin-bottom: "10pt";
}

H2 {
 color: "#840000";
 font-family: "Arial";
 font-size: "12pt";
 font-weight: "bold";
 text-transform: "capitalize";
 margin-top: "8pt";
 margin-bottom: "8pt";
}

H3 {
 color: "#000000";
 font-family: "Arial";
 font-size: "12pt";
 font-weight: "bold";
 text-transform: "capitalize";
 margin-top: "4pt";
 margin-bottom: "4pt";
}

H4,H5,H6 {
 color: "#000000";
 font-family: "Arial";
 font-size: "10pt";
 font-weight: "bold";
 text-transform: "normal";
 margin-top: "0pt";
 margin-bottom: "0pt";
}

P {
 color: "#000000";
 font-family: "Arial";
 font-size: "10pt";
 font-weight: "normal";
 margin-top: "0pt";
 margin-bottom: "0pt";
}

UL {
 font-family: "Arial";
 font-size: "10pt";
 list-style-type: "square";
 margin-top: "4pt";
 margin-bottom: "4pt";
 margin-left: "15pt";
}

