body {
 background: #404040;
 color: #d0d0d0;
}

h1 {
  text-align: center;
}

a:link {
  color: palegreen;
}

a:visited {
  color: limegreen;
}

p.rechts {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.drueber {
  position: relative;
  top:-1.2ex;
  left:-0.5ex;
  width:1ex;
}

.klein {
  font-size: 80%;
}

.rot {
  color: red;
}

.kleinrot {
  color: red;
  font-size: 80%;
}

.sanswhite {
  color: white;
  font-family: arial,helvetica;
}

.sansblack {
  color: black;
  font-family: arial,helvetica;
}

.sansgruen {
  color: #00C000;
  font-family: arial,helvetica;
}

.sansgelb {
  color: #ffc000;
  font-family: arial,helvetica;
}

.sansorange {
  color: #ff8000;
  font-family: arial,helvetica;
}

.tamronrot {
  color: #ff4000;
}

.hellgruen {
  color: #40c090;
}

.gruen {
  color: #00C000;
}

.gelb {
  color: #ffc000;
}

.orange {
  color: #ff8000;
}

.orangerot {
  color: #ff4000;
}

.silber {
  color: black;
  font-family: arial,helvetica;
  padding: 2px;
  background-color:#c0c0c0;
}