/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Navi:link {
	color: rgb(153,153,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center
}

.Navi {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12pt;
 	color: rgb(153,153,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center
}

.Navi:active {
	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center
}

.Navi:hover {
	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center
}