/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(255,255,255)
}

A:link {
	color: rgb(255,255,255)
}

A:visited {
	color: rgb(255,255,255)
}

A {
	color: rgb(255,255,255);
 	text-decoration: none 
}

.Erelbnissberichte {
	font-family: "Eras Medium ITC",  sans-serif;
 	color: rgb(194,91,33);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	color: rgb(255,255,0);
 	text-decoration: none 
}
