/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(0,51,102)
}

A:link {
	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:visited {
	text-decoration: underline
}

A {
	color: rgb(0,51,102);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

.TextNavBar {
	text-decoration: none 
}