/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:visited {
	color: rgb(0,0,0);
 	text-decoration: none ;
 	font-variant: normal
}

P {
	text-decoration: none ;
 	background-color: transparent;
 	background-attachment: scroll;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

A {
	color: rgb(0,0,0);
 	text-decoration: none ;
 	font-variant: normal
}

.TextNavBar {
	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

ADDRESS {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-weight: bold;
 	text-decoration: underline
}