h1 {
  font-size: 2em;
  text-align: center;
  color: #000000;
  font-weight: normal;
  margin:0;
}

h2 {
  font-size: 1.2em;
  text-align: center;
  color: #CC0000;
  font-weight: normal;
  margin:0;
}

body {
  font-family: Arial,Helvetica,sans-serif; color: #000000; background-color: #FFFFFF
  }

a {
  font-family: Arial,Helvetica,sans-serif; color: #000000
  }
a:active {
  color: #CC0000
  }
a:visited {
  color: #330066
  }
a.nodeco {
  text-decoration:none
}

table.liste {
  font-family: Arial,Helvetica,sans-serif; 
  background-color: #CCCC00; 
  width: 80%; 
  font-size: 0.8em; 
  border-width: thin; 
  border-color: #000000;
  border-style: solid; 
  border-collapse: collapse;
  padding: 5px;
  }

td.liste {
  font-family: Arial,Helvetica,sans-serif; 
  background-color: #CCCCFF;
  border-width: thin; 
  border-color: #000000;
  border-style: solid; 
  padding: 5px;
  }

b {
  font-family: Arial,Helvetica,sans-serif; color: #000000; font-weight: bold
  }
b.auswahl {  }

