/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextNavBar {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-style: italic;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal;
 	clear: none;
 	background-color: rgb(255,255,204);
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
