/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: xx-large;
 	color: rgb(235,232,217);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H2 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 2em;
 	color: rgb(0,71,121);
 	font-weight: bold;
 	text-decoration: none 
}

P {
	font-family: "Arial Unicode MS",  sans-serif;
 	font-size: 0.8em;
 	color: rgb(92,90,90);
 	line-height: 19pt;
 	font-weight: bold;
 	text-decoration: none 
}

H3 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 2em;
 	color: rgb(235,232,217);
 	font-weight: bold;
 	text-decoration: none 
}
