/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-size: large;
 	color: rgb(255,255,255);
 	font-weight: bold
}

H2 {
	font-size: large;
 	color: rgb(255,255,255);
 	font-weight: bold
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,0,0);
 	font-weight: bold
}