/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: "Windsor BT",  serif;
 	font-size: small;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:link {
	font-family: "Windsor BT",  serif;
 	font-size: small;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:visited {
	font-size: large;
 	color: rgb(0,51,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: large;
 	color: rgb(0,51,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

A:hover {
	font-size: large;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}