/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Link_schwarzrot{
	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link_schwarzrot:hover {
	color: rgb(255,0,0);
 	font-style: italic;
 	text-decoration: none 
}

.Link_blaurot{
	color: rgb(0,0,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.Link_blaurot:hover {
	color: rgb(255,0,0);
 	font-style: italic;
 	text-decoration: none 
}