/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(189,10,38);
 	text-decoration: none 
}

A:link {
	text-decoration: none 
}

A:visited {
	font-weight: bold;
 	text-decoration: none 
}

A {
	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	font-weight: bold;
 	text-decoration: none 
}
