/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextNavBar{
	text-transform: uppercase;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	text-decoration: none ;
 	font-variant: normal
}

A:active {
	font-family: "Source Sans Pro",  sans-serif;
 	font-size: 100%;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	text-decoration: none 
}