/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: 24pt;
 	color: rgb(118,185,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16pt;
 	color: rgb(54,53,53);
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(241,233,221);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: left
}

H3 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	color: rgb(241,233,221);
 	font-weight: bold;
 	text-decoration: none 
}
