body { 
	color: black; 
	background-color: white; 

	scrollbar-face-color: #007cc2;
	/* scrollbar-face-color: #008634; */
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #007cc2; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-darkshadow-color: #007cc2;
	scrollbar-track-color: #f2faff;
	/* scrollbar-track-color: #e0ffe0; */	
}

p,.text { color: #666; font-size: 12px; font-family: arial; line-height: 15px; }

td {}

a:link { color: #333; font-weight: bold; text-decoration: none; }
a:visited { color: #333; font-weight: bold; text-decoration: none; }
a:hover { color: #333; font-weight: bold; text-decoration: underline; }
a:active { color: #333; font-weight: bold; text-decoration: none; }

h1 { color: #008634; font-size: 14px; font-family: arial; line-height: 16px; text-transform: uppercase; letter-spacing: 1px; }
.maus { cursor: pointer; }