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

A:active {
	text-decoration: none 
}

A:visited {
	text-decoration: none 
}

A {
	text-decoration: none 
}

.TextNavBar {
	background-color: rgb(255,255,255)
}

A:hover {
	text-transform: none;
 	text-decoration: none ;
 	background-color: rgb(248,255,255)
}