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

BODY {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	background-color: transparent
}

.TextObject {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: medium;
 	font-weight: normal;
 	font-style: normal
}

H2 {
	font-size: small
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	background-color: transparent
}

H3 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: x-small;
 	color: rgb(0,0,255)
}