body
{
	background: #ffffc2;
	font-family: Arial;
	font-size: small;
	font-style: italic;
	font: 500;
	font-variant: normal;
	font-weight: normal;
	line-height: 5px;
}

h1
{
	/* Ueberschriften */
	font-family: Arial;
	color: #0000ee;
	font-size: x-large;
	font-style: italic;
	text-decoration: blink;
	line-height: 9px;
	text-align: center;
}
h2
{
	/* Ueberschriften */
	font-family: Arial;
	color: Red;
	font-size: x-large;
	font-style: italic;
	text-decoration: none;
	line-height: 9px;
	text-align: center;
}
h3
{
	/* Ueberschriften */
	font-family: Arial;
	color: #333333;
	font-size: x-large;
	font-style: italic;
	text-decoration: underline;
	overline;
	line-height: 9px;
	text-align: center;
}
