BODY { 
    cursor:url('gruen.cur');
    background-color: #c6dfc2; 
    scrollbar-face-color: #c6dfc2;
	scrollbar-highlight-color: #c6dfc2;
	scrollbar-shadow-color: #c6dfc2;
	scrollbar-3dlight-color: #658663;
	scrollbar-arrow-color:  #658663;
	scrollbar-track-color: #c6dfc2;
	scrollbar-darkshadow-color: #c6dfc2;
 }
a:link {
	color: #FF9900; text-decoration: underline; 
}
a:visited {
	color: #FF9900; 
}
a:hover {
	text-decoration: underline overline; color: #FFFFFF; cursor: hand;
}
