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

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(52,36,22)
}

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(91,62,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(91,62,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(91,62,0);
 	font-weight: bold;
 	text-decoration: none 
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(91,62,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(128,0,0);
 	font-weight: bold;
 	text-decoration: underline;
 	background-color: transparent
}
