/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-size: 10pt
}

A:visited {
	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,0,0);
 	font-weight: bold
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt
}

A {
	font-size: 9pt;
 	color: rgb(0,0,0);
 	text-decoration: none ;
 	background-color: transparent
}
