/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	color: rgb(53,86,18);
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

A:hover {
	color: rgb(220,43,24);
 	text-decoration: none ;
 	background-color: rgb(132,169,110)
}