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

A:active {
	color: rgb(255,204,0);
 	text-decoration: none 
}

A:link {
	color: rgb(84,122,158);
 	text-decoration: none 
}

A:visited {
	color: rgb(174,203,230);
 	text-decoration: none 
}

.TextNavBar {
	text-decoration: none 
}

A:hover {
	color: rgb(84,122,158);
 	text-decoration: none ;
 	background-color: rgb(248,219,0)
}