/* CSS Document */
body {
	background-color: #ECFAFA;
}
p.body {
	font-family: "Comic Sans MS";
	font-size: small;
}
p.bodyover {
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
}
p.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
p.subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h3.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
h1.over {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-weight: bold;
}
table.tablebg {
	background-color: #99FF99;
}
tr.trbggreen {
	background-color: #B0FFB1;
}
tr.trbghellg {
	background-color: #BDFFBE;
}
td.tdbghellb {
	background-color: #C1FFE1;
}
