/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-family: "@Arial Unicode MS",  sans-serif;
 	color: rgb(0,0,255)
}

H2 {
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: x-large;
 	color: rgb(0,0,255);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(0,0,255);
 	background-position: 0pt 0%
}