/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 20pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

H2 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 16pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 12pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

H3 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 14pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}
