body{font-family: Times New Roman, serif;
     background-color:#000000;
     font-size: 12pt;
     line-height: 1.6em;
    }

#kopfzeile{display: none;
    }


#linkliste{display: none;
          }

#sponsor{display: none;
   }

#fuszleiste{display: none;
   }

h1{font-weight: bold;
   font-size: 150%;
   margin-top: 50px;
   text-align: center;
   margin-right: 40px;
  }
h2{font-size: 110%;
  }
h3{font-size: 80%;
  }
h4{font-size: 70%}

em{font-size: 110%;
  font-weight: bold;
  }
p{font-size: small;
 }

ol{list-style-type:decimal;
  }

a:link{color: black;}
a:visited{color: navy;}
a:hover{color: blue}

table{
  margin: -20px;
  margin-top: 20px;
  border: none;

  }


td, th{
  padding: 5px;
  padding-left: 20px;
  border: none;

  }