/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(80,80,80);
 	text-decoration: none 
}

A:link {
	color: rgb(80,80,80);
 	text-decoration: none 
}

A:visited {
	color: rgb(80,80,80);
 	text-decoration: none 
}

.TextObject {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(80,80,80);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	color: rgb(80,80,80);
 	text-decoration: none 
}

A:hover {
	color: rgb(204,0,0);
 	text-decoration: none 
}