/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.normalerLink {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,51,204);
 	font-weight: bold;
 	text-decoration: none 
}

.normalerText {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,0)
}

.uebersichtlink {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: xx-small;
 	color: rgb(51,0,255);
 	font-weight: normal;
 	font-style: normal
}