/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextNavBar{
	font-family: "Lato Black",  sans-serif;
 	font-size: 20px;
 	color: rgb(0,0,255);
 	font-style: italic;
 	text-decoration: none ;
 	text-align: center;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}