body {
 background-image:url(background.jpg);
 background-repeat:repeat;
 background-position:top;
 background-color:transparent;
 background-attachment:fixed;
 text-align:center;
 font-family:Garamond,Verdana,'Times New Roman',Times,serif;
}

table { 
 border-color: rgb(100,100,100);
 text-align: center;
 font-size:18px;
}

td { 
 font-weight:normal;
}

a:link {
 font-weight:bold;
 background-color:transparent;
 color:#0000FF;
}

a:visited {
 font-weight:bold;
 background-color:transparent;
 color:#5090FF;
}

a:hover {
 font-weight:bold;
 color:#FF0000;
 background-color:transparent;
}

a:active {
 font-weight:bold;
 color:#FF0000;
 background-color:transparent;
}

h1 {
 font-size:24px;
 background-color:transparent;
 color:#666666;
}

h2 {
 font-size:18px;
 background-color:transparent;
 color:#666666;
}

h3 {
 font-size:x-large;
 font-weight:bold;
 text-align:center;
 background-color:transparent;
 color:#E00000;
}

.klein {
 font-size:60%;
 font-weight:normal;
}
