/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(160,160,164)
}

A:link {
	color: rgb(160,160,164)
}

.Chinesisch {
	font-family: SimSun;
 	font-size: small;
 	font-weight: normal;
 	font-style: normal
}

A:visited {
	color: rgb(160,160,164)
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,51,153);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,51,153)
}

A {
	color: rgb(160,160,164)
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(160,160,164);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	color: rgb(160,160,164)
}