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

A {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	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)
}
