/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: large;
 	color: rgb(102,0,0);
 	font-weight: bold
}

H2 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 14pt;
 	color: rgb(102,0,51);
 	font-style: italic
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt
}

H3 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: small;
 	color: rgb(102,0,51);
 	font-weight: normal;
 	font-style: normal
}

LI {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal
}
