body {
  font: medium arial,verdana,helvetica,sans-serif;
  background-color: black;
  color: #00ff00;
}
a:link, ul#nav a:link {
  color: #00ffff;
  text-decoration: none;
}
a:visited, ul#nav a:visited {
  color: #cc00cc;
  text-decoration: none;
}
a:hover, ul#nav a:hover {
  color: #ff00ff;
  text-decoration: underline;
}
a:active, ul#nav a:active {
  color: #ff0000;
  text-decoration: underline;
}
div#nav {
  float: left; width: 16em;
  margin-bottom: 6em;
  }
div#inhalt {
  height: 35em;
  }
ul#nav {
  border-width: 0px;
  color: #00ff00;
}
div#tvinfo {
  height: 250px;
  float: left;
  border-width: 0px;
  color: blue;
  padding-top: 1em;
  }
div#tvinfo a:link {
  color: blue;
  }
ul#inhalt li {
  list-style: circle;
  text-align: left;
  margin-left: 2em;
  }
div#mp3 {
  margin-left: 2em;
  padding-left: 2em;
  color: yellow;
  }
h1 {
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
  }
#rot {
  color: red;
  }
#gruen {
  color: #00ff00;
  }
#blau {
  color: blue;
  }
#gelb {
  color: yellow;
  }
