
BODY {
  a: link="Black";
  font-family: "Times New Roman", Arial, Helvetica;
  font-size: 12pt;
  background-color: #99ccff;
}

 
<HTML> <HEAD> <TITLE>Style Sheet</TITLE> OL {
  font-size: 15pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #000000;
} 

P {
  font-size: 15pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #000000;
}

TD {
  font-size: 15pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #000000;
}

TH {
  font-size: 15pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #000000;
}

H1 {
  font-size: 15pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #0000A6;
  font-weight: bold;
}

H2 {
  font-size: 14pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #0000A6;
  font-weight: bold;
}

H3 {
  font-size: 13pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #0000A6;
  font-weight: bold;
}

H4 {
  font-size: 12pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #0000A6;
  font-weight: bold;
}

H5 {
  font-size: 11pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #0000A6;
  font-weight: bold;
}

H6 {
  font-size: 10pt;
  font-family: "Times New Roman", Arial, Helvetica;
  color: #0000A6;
  font-weight: bold;
}

$DOCUMENT {
  background-color: #99CCFF;
}
