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