

A {
  font-family: Verdana, Arial;
  font-size: 7pt;
  text-decoration: none;
  color: #CC0000;
}


.klein {
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: black;
}

.normal {
  font-family: Verdana, Arial;
  font-size: 9pt;
  color: black;
  text-decoration: none;
}

.red {
  font-family: Verdana, Arial;
  font-size: 9pt;
  color: #CC0000;
  font-weight: normal;
}

.red_bold {
  font-family: Verdana, Arial;
  font-size: 9pt;
  color: #CC0000;
  font-weight: bold;
}

P {
  font-family: Verdana, Arial;
  font-size: 9pt;
  color: black;
  font-weight: normal;
}

B {
  font-family: Verdana, Arial;
  font-size: 10pt;
  background-color: black;
}

.kleinblack {
  color: black;
  font-family: Verdana, Arial;
  font-size: 9pt;
}

.gray_bold {
  font-size: 9pt;
  color: #999999;
  text-decoration: none;
  font-family: Verdana, Arial;
  font-weight: bold;
}
.white {
  font-size: 9pt;
  color: white;
  text-decoration: none;
  font-family: Verdana, Arial;
  font-weight: bold;
}

