body, html {
           margin : 0;
           background-color : #000000; color: #FFFF00;
	   
      }
table {
           background-color : #000000; color: #FFFF00;
	   vertical-align:middle;
      }
.schrift1 {
           background-color : #000000;
           margin : 0 auto;
           text-align : center;
           border : none;
           font-family : times,serif;
           font-size : 46px;
           font-weight : bold;
           color : #ffff00;
      }
.schrift2 {
           background-color : #000000;
           border : none;
           text-align : center;
           vertical-align : middle;
           font-family : arial,sans-sarif;
           font-size : 13px;
           color : #ffff00;
      }
.schrift3 {
           background-color : #000000;
           border : none;
           font-family : times,serif;
           font-size : 36px;
           font-weight : bold;
           color : #64ff00;
      }
.schrift4 {
           background-color : #00ff00;
           width: 400px;
           height: 40px;
           border : none;
           text-align : center;
           vertical-align : middle;
           font-family : Latin-Wide,fantasy;
           font-size : 26px;
           font-weight : bold;
           color : #ff2e00;
      }
.schrift41 {
           background-color : #00ff00;
           border : none;
           width: 400px;
           height: 40px;
           text-align : center;
           vertical-align : middle;
           font-family : arial,sans-serif;
           font-size : 12px;
           font-weight : bold;
           color : #ff2e00;
      }
.schrift5 {
           background-color : #003c00;
           border : none;
           text-align : center;
           vertical-align : middle;
           font-family : arial,sans-serif;
           font-size : 15px;
           color : #ffff00;
	   padding:10px 5px 15px 5px;
      }

a:link {

           text-decoration : none;
           font-family : arial, helvetica,sans-serif;
           font-size : 12pt;
           color : #ffff99;
      }
a:active {

           text-decoration : none;
           font-family : arial, helvetica,sans-serif;
           font-size : 12pt;
           color : #ffcc66;
      }
a:visited {

           text-decoration : none;
           font-family : arial, helvetica,sans-serif;
           font-size : 12pt;
           color : #ffff99;
      }
a:hover {

           text-decoration : underline;
           font-family : arial, helvetica,sans-serif;
           font-size : 12pt;
           color : #ffffff;
      }
