/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

.TextNavBar {
	font-family: "Arial CE",  sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,255);
 	font-weight: bold;
 	text-decoration: underline;
 	clear: none;
 	background-color: rgb(255,255,204)
}