/* CSS Document */

/* Link-Farbe */
.white{
	text-decoration: none;
	color:#FFFFFF;
}
.black{
	text-decoration: none;
	color:#000000;
}