body {
  background : #9F0000;
  font-family : helvetica,Verdana;
  color: silver;
}
.ueberschrift {
  color: silver;
  font-size : 25px;
  font-weight: bold;
}
.groesser {
  font-size: 16px;
  font-weight: bold;
}
.kleiner {
  font-size: 6px;
}
.aktiv {
  font-family: helvetica,Verdana;
  text-decoration : none;
  font-weight: bold;
  color: #000000;
}
.aktivklein {
  font-size: 12px;
  font-family: helvetica,Verdana;
  text-decoration : none;
  font-weight: bold;
  color: #000000;
}
body,tr,td {
  color: #FFFFFF;
  font-size        : 14px;
  font-family: helvetica,Verdana;
}

a {
  font-family: helvetica,Verdana;
  text-decoration : none;
  font-weight: bold;
  color: silver;
}

a:hover {
  text-decoration : underline;
}
a.linkklein {
  font-family: helvetica,Verdana;
  font-size: 12px;
  text-decoration : none;
  font-weight: bold;
  color: silver;
}

