A {
  color: blue;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
}

H3 {
  color: red;
  font-family: Arial;
  font-weight: bold;
  font-size: 13pt;
}

TABLE {
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  border-top: thin;
}

H1 {
  font-family: Arial;
  font-size: 18pt;
}

BODY {
  font-family: Arial;
  font-size: 10pt;
  background-color: "#FFE7CE";
}

FONT {
  font-family: Arial;
  font-weight: normal;
  color: navy;
}

OPTION {
  color: black;
  text-align: left;
}

FORM {
  font-family: Arial;
  font-size: 10pt;
  color: black;
}

H2 {
  color: navy;
  text-align: center;
  font-family: Arial;
}

B {
  font-family: Arial;
}

H4 {
  font-family: Arial;
  color: navy;
  font-size: 13pt;
}

STRONG {
  font-family: Arial;
  color: purple;
}

H6 {
  color: maroon;
  font-size: 8pt;
}

UL {
  font-family: Tahoma;
  color: navy;
}

LI {
  text-align: left;
}

OL {
  color: navy;
  text-align: left;
}