body {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
	color: #006600;
scrollbar-face-color: #006633; 
scrollbar-highlight-color: white; 
scrollbar-shadow-color: white; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: rgb(255,255,255); 
scrollbar-track-color: #000000; 
scrollbar-darkshadow-color: #000000;
}

 

/* color for links */
A:LINK		{COLOR: #006600; font-size: 20px; font-weight: bold; TEXT-DECORATION: none}
A:VISITED	{COLOR: #006600; font-size: 20px; font-weight: bold; TEXT-DECORATION: none}
/* hover color for links (Internet Explorer only) */
A:HOVER		{COLOR: #006600; font-size: 20px; font-weight: bold; BACKGROUND-COLOR: #000000; TEXT-DECORATION: none}
A:ACTIVE	{COLOR: #006600; font-size: 20px; font-weight: bold; BACKGROUND-COLOR: #000000; TEXT-DECORATION: none}
}


Table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}



h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ffffFF;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006633;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ccff99;
	font-weight: bold;
}

.kleiner{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}