body {
  background: #000000;
}

pre {
  color: #ffffff;
}

.bold {
  font-family: helvetica;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  color: #ffffff;
}

.pl_text {
  font-family: courier;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  color: #ffffff;
}

.pl_praedikat {
  font-family: courier;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  color: #ff0000;
}

.pl_comment {
  font-family: courier;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  color: #0000ff;
}

p,ul{
  font-family: helvetica;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  color: #ffffff;
}

th,td{
  font-family: helvetica;
  font-weight: normal;
  font-size: 10pt;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

h1 {
  font-family: helvetica;
  font-weight: bold;
  font-size: 14pt;
  text-decoration: none;
  color: steelblue;
}

h2 {
  font-family: helvetica;
  font-weight: normal;
  font-size: 12pt;
  text-decoration: none;
  color: steelblue;
}

th {
  font-family: helvetica;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
  color: #ffffff;
}

a:link {
  color: steelblue;
  text-decoration: none;
}

a:hover {
  color: steelblue;
  text-decoration: underline;
}

a:active {
  color: steelblue;
  text-decoration: none;
}

a:visited {
  color: steelblue;
  text-decoration: none;
}
