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

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(0,128,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(255,255,255);
 	background-image: none
}

.TextNavBar {
	color: rgb(0,128,0);
 	text-decoration: none ;
 	clear: none;
 	background-color: transparent;
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}