/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.link {
	font-size: 20px;
 	color: rgb(184,193,154);
 	font-weight: bold;
 	text-decoration: none ;
 	font-variant: small-caps;
 	text-align: left;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextObject {
	font-family: "Lucida Sans Unicode",  Arial,  Helvetica,  Sans-serif;
 	text-decoration: none ;
 	text-align: justify
}

.TextNavBar {
	font-size: 18px;
 	color: rgb(184,193,154);
 	font-weight: bold;
 	text-decoration: none ;
 	font-variant: small-caps;
 	text-align: left;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}