BODY {
	background-color: rgb(252,236,182);
	font: Arial;
	font-family: Arial,Helvetia;
	font-size: 8pt;
	/* color: #0080c0; */

	}

	/* Links */
	/* noch nicht besucht */
a:link {
	font-family: arial, verdana, tahoma;
	color: #003399;
	font-size: 9pt;
	text-decoration=none;
		}
	/* besucht */
a:visited {
	font-family: arial, verdana, tahoma;
	color: #8099cc;
	font-size: 9pt;
	text-decoration=none;
	cursor: e-resize;
	}
	/* aktiv/mouseover */
a:hover {
	font-family: arial, verdana, tahoma;
	color: #c0c0c0;
	font-size: 9pt;
	text-decoration=none;
	}
/* scrollbar */
body {
	scrollbar-face-color: rgb(252,236,182);
	scrollbar-arrow-color: blue;
	scrollbar-shadow-color: grey;
	scrollbar-track-color: rgb(252,236,182);
	scrollbar-3dlight-color: white;
	
	scrollbar-highlight-color: rgb(252,236,182);
	}
