/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.test1 {
	color: rgb(204,0,0)
}

A:active {
	color: rgb(204,0,0);
 	text-decoration: none 
}

A:link {
	color: rgb(255,255,255);
 	text-decoration: none 
}

A:visited {
	color: rgb(255,255,255);
 	text-decoration: none 
}

.HG-weiss1 {
	color: rgb(0,0,0)
}

A {
	color: rgb(0,0,0);
 	text-decoration: none 
}

A:hover {
	color: rgb(153,153,153);
 	text-decoration: none 
}
