/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextNavi:visited {
	color: rgb(192,192,192);
 	text-decoration: none 
}

.TextNavi{
	color: rgb(255,255,255);
 	text-decoration: none 
}

.TextNavi:active {
	color: rgb(225,225,225);
 	text-decoration: none 
}

.TextNavi:hover {
	color: rgb(225,225,225);
 	text-decoration: none 
}