BODY {
  background-image: url(images/hintergrund.gif);
  background-repeat: repeat;
  background-position: top left;
}
h1 {
  font-size:48pt;
  color:gainsboro;
  font-family:comic sans ms, arial;
}
 h3 {
  font-size:20pt;
  color:gainsboro;
  font-family:comic sans ms, arial;
}
h5 {
  font-size:12pt;
  color:gainsboro;
  font-family:comic sans ms, arial;
}


A:link {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
A:visited {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: olive;
  text-decoration: none;
  font-weight: bold;
}
table {

  width:90%;
  font-size:14pt;
  color:black;
  font-family:comic sans ms, arial;
}