/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Standard{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 20px;
 	color: rgb(255,204,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.TextNavBar{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 24px;
 	color: rgb(255,191,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	clear: none
}