A {
  font-family: Arial;
  font-size: 10pt;
  text-decoration: none;
  color: blue;
  background: transparent;
}

A:HOVER {
  font-family: Arial;
  font-size: 10pt;
  color: blue;
  text-decoration: none;
  background: transparent;
}

H1 {
  font-family: Arial;
  font-weight: bold;
  color: black;
  font-size: 14pt;
}

H2 {
  font-family: Arial;
  font-weight: bold;
  color: black;
  font-size: 13pt;
}

H3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: black;
  font-size: 11pt;
}

BODY{
  color: black;
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

TABLE {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: black;
}

P {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: black;
}