/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextNavBar {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	color: rgb(255,0,0);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(51,51,51);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}