/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,102,255);
 	font-weight: normal;
 	font-style: normal
}

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,102,255);
 	font-weight: normal;
 	font-style: normal
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(102,0,204);
 	font-weight: normal;
 	font-style: normal
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,102,255);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(204,0,0);
 	font-weight: normal;
 	font-style: normal
}
