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

P {
  font-family: Arial;
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
  color: black;
}

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-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: Arial;
  font-size: 10pt;
}

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

H2 {
  font-size: 13pt;
  font-style: normal;
  font-weight: bold;
  font-family: Arial;
}

BODY {
  background-color: #99FFFF;
}

H3 {
  font-size: 20pt;
  font-style: normal;
}

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

ABBR {
  font-size: 8pt;
}

FONT {
  color: black;
}

BLOCKQUOTE {
  font-family: Arial;
  font-size: 10pt;
  color: red;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  text-align: left;
}
