/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(255,2,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: x-small;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(140,0,153);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(255,0,0);
 	font-weight: bold;
 	text-decoration: none 
}
