
FONT {
  font-family: "Microsoft Sans Serif", Verdana, Arial;
  color: black;
  text-decoration: none;
}

B {
  color: blue;
}
H1 {
  font-size: 12pt;
  color: blue;
}

H2 {
  font-size: 14pt;
  color: red;
}

P {
  color: black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
}

TABLE {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
}

IMG {
  border-top: white;
  border-right: white;
  border-bottom: white;
  border-left: white;
}

A {
  text-decoration: none;
  border-top: white none;
}
