/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: medium;
 	color: rgb(153,153,153);
 	font-weight: bold;
 	text-decoration: none 
}

H2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: large;
 	color: rgb(145,0,108);
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(96,49,102);
 	line-height: 10pt;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

LI {
	font-family: "Arial Unicode MS",  sans-serif;
 	font-size: 80%;
 	color: rgb(96,49,102);
 	font-weight: bold
}
