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

A:active {
	font-family: Surfer;
 	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A:link {
	font-family: Surfer;
 	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A:visited {
	font-family: Surfer;
 	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A {
	font-family: Surfer;
 	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A:hover {
	font-family: Surfer;
 	font-size: small;
 	color: rgb(255,255,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}