	body {
		background-color: #999999;
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: larger;
		text-align: justify;
	}
	.titel {
		color: #CCFFFF;
		font-size: 18pt;
		font-weight: 600;
		text-align: center;
	}
	.titel a:link, .titel a:visited, .titel a:active {
		color: #000033;
	}
	.titel a:hover {
		color: silver;
	}
	.note {
		font-size: 10pt;
		font-weight: 600;
	}
	a:link {
		color: #CCFFFF;
	}
	a:visited {
		color:#CCFFFF;
	}
	a:active {
		color: #FFFF66;
	}
	a:hover {
		color: #FF6600;
	}
