/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(51,51,51);
 	font-weight: bold
}

A:link {
	color: rgb(204,0,0);
 	font-weight: bold
}

A:visited {
	color: rgb(102,102,102);
 	font-weight: bold
}

A {
	color: rgb(51,51,51);
 	font-weight: bold
}

A:hover {
	color: rgb(0,0,102);
 	font-weight: bold
}