/* Style - sheet für die INDEX - Seite */


body {
	   /* background-color: #D6CCB4; */
	background-color: #fac25a;
	/* background-color: #E3C993; */
}
a:link {
	color: #000000;
/*	color: #0000CC;  */
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
/*	color: #0000CC;  */
}
a:hover {
	text-decoration: none;
/*	color: #FFFFFF;  */
	color: #72bf44;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

