
	body { margin:10px;
		background-color: #CCFFCC;}

	body.blau { margin:10px;
		background-color: #82dcf0;}

	td,p {
		font-family: Verdana, Arial, sans-serif;
		font-size: 13px;
	}

	h2 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 16px;
		color: #006633;
	}

	td.fuss {
		font-size: 11px;
		color: White;
		text-align: center;
	}

	.fett {
		font-weight: bold;
	}

	.klein {
		font-size: 11px;
	}

	.gross {
		font-weight: bold;
		font-size: 15px;
	}

	a.weiss:link { color: White; text-decoration: underline; }
	a.weiss:visited { color: White; text-decoration: underline; }
	a.weiss:hover {color: #006633; background-color: White; text-decoration: none; }
	a.weiss:active { color: White; text-decoration: none; }

	a:link { color: Black; text-decoration: underline; }
	a:visited { color: Black; text-decoration: underline; }
	a:hover {color: White; background-color: #006633; text-decoration: none; }
	a:active { color: Black; text-decoration: none; }
