/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-size: 10pt;
 	color: rgb(204,51,102);
 	text-decoration: none 
}

A:link {
	font-size: 10pt;
 	color: rgb(204,51,102);
 	text-decoration: none 
}

A:visited {
	font-size: 10pt;
 	color: rgb(204,51,102);
 	text-decoration: none 
}

.TextObject {
	font-size: 10pt
}

P {
	font-size: 10pt;
 	color: rgb(102,102,102)
}

A {
	font-size: 10pt;
 	text-decoration: none 
}

.TextNavBar {
	font-size: 10pt
}

A:hover {
	font-size: 10pt;
 	color: rgb(102,102,102);
 	text-decoration: none 
}
