h2 {
  font-size: 12pt;
  color: #8B0000;
  font-family: "Times New Roman";
  font-style : italic;
  font-weight : bold;
}

A {
  text-decoration: underline;
}

A.link {
  font-size: 10pt;
  color: blue;
  font-family: "Times New Roman";
  text-decoration: none;
}

A.link:hover {
  color: red;
}

BODY {
  scrollbar-face-color: #703314;
  scrollbar-highlight-color: #F7AD42;
  scrollbar-3dlight-color: #F7AD42;
  scrollbar-darkshadow-color: #F7AD42;
  scrollbar-shadow-color: #000040;
  scrollbar-arrow-color: #F7AD42;
  scrollbar-track-color: #CD9E74;
  font-family: "Times New Roman";
  font-size: 12pt;
  color: Black;
}

H1 {
  font-size: 12pt;
  color: #8B0000;
  text-decoration: underline overline;
  font-family: "Times New Roman";
  font-style : italic;
}

P {
  font-size: 12pt;
  color: black;
  font-family: "Times New Roman";
}

UL {
  font-size: 11pt;
  font-variant: normal;
}

h6 {
	font-size : 10pt;
	font-weight : bold;
}


H2 {
  font-size: 11pt;
}

OL {
  font-size: 9pt;
  font-style: italic;
  font-weight: bold;
}

CITE {
  font-size: 8pt;
  color: black;
  font-style: normal;
}

SPAN {
  font-size: 8pt;
  font-family: Arial;
  font-weight: bold;
  color: black;
}

STRONG {
  color: black;
}

MARQUEE {
  font-family: "Times New Roman";
  font-size: 20pt;
}

