/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	color: rgb(255,255,255);
 	text-decoration: none 
}

A:hover {
	font-weight: bold;
 	text-decoration: none 
}
