/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Lucida Sans;
	font-size: 12px;
	background-color: #E1E1E1;
}
 A:link { font-family: Lucida Sans; color: #F59E01; text-decoration: none ;}
 A:visited { color: #F59E01; text-decoration: none ;}
 P {
	font-family: Lucida Sans;
	font-size: 12px;
}
 A { color: #AC1E84; text-decoration: none ;}
 A:hover { font-family: Lucida Sans; color: #AC1E84; text-decoration: none ;}
