
H1 {
  color: green;
  font-family: times;
  font-style: italic;
  font-weight: bold;
  font-size: 34pt;
}

P {
  font-family: Arial;
  color: #003366;
  font-weight: normal;
  font-size: 11pt;
  font-style: normal;
}

P B {
  color: #333366;
} 

.first {
  color: white;
}

.second {
  color: purple;
}

.third {
  color: gray;
}

.fourth {
  color: blue;
}

.fifth {
  color: red;
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
}

A {
  font-variant: normal;
  font-weight: bold;
  font-family: Arial;
  color: teal;
  font-size: 11pt;
  font-style: italic;
}

TABLE {
  font-family: Arial;
  font-size: 13pt;
  color: maroon;
}

H2 {
  font-size: 13pt;
  color: teal;
  font-style: normal;
  font-weight: bold;
}

BODY {
  background-color: #FFFFFF;
}

H3 {
  color: red;
  font-size: 20pt;
  font-style: italic;
}

TD {
  font-style: normal;
  color: #003366;
  font-weight: normal;
  font-size: 10pt;
}

ABBR {
  font-size: 8pt;
}

H4 {
  vertical-align: sub;
}

HEAD {
}
