/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Linknavi {
	font-size: 14px;
 	color: rgb(246,246,246);
 	font-weight: bold;
 	text-decoration: none 
}

.TextNavBar {
	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	border-left: 1px double rgb(0,0,0);
 	border-top: 1px double rgb(0,0,0);
 	border-right: 1px double rgb(0,0,0)
}
