/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-size: 14px;
 	color: rgb(255,255,204);
 	font-weight: bold
}

A:link {
	font-size: 14px;
 	color: rgb(255,255,204);
 	font-weight: bold
}

A:visited {
	font-size: 14px;
 	color: rgb(255,255,204)
}

P {
	font-size: 14px
}

A {
	font-size: 14px;
 	color: rgb(255,255,204);
 	font-weight: bold
}

A:hover {
	font-size: 14px;
 	color: rgb(0,51,0);
 	font-weight: bold;
 	text-decoration: underline
}