a:link { color:white;}
a:visited { color:blue; }
a:active { color:blue; font-style:bold; }

body{
color:#FF00FF;
background-color:#000000;
font-family:Tahoma;
font-size:20pt;
bordercolor:yellow;
text-align:left;
}

/*Grosser Text*/
h1 {
 font-family:Tahoma;
 font-size:20pt;
 font-weight:600;
}

td {
 color: #C0C0C0;
 font-family:Tahoma;
 vertical-align: top;
}