BODY  {
	font-family : Arial;
	color : #002200;
	background-color : Silver;
	background-image : url(http://www.ddrn.de/Bilder/Background/Background_1.GIF);
	font-size : 10pt;
	margin-left : 5%;
	margin-right : 5%;
}

H1  {
	font-size : large;
	color : red;
	font-style : italic;
	font-weight : bold;
}

H4  {
	font-size : medium;
	color : #002200;
}

H5  {
	font-size : medium;
}

H6  {
	font-size : xx-small;
	color : purple;
}

P  {
	text-align : left;
}

UL  {
	text-align : left;
}

A  {
	color : #0000a0;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
	color : #0000a0;
}

A:Active  {
	color : #ff6000;
	text-decoration : none;
	font-style : italic;
}

A:Hover  {
	text-decoration : none;
	color : #ff6000;
}

