BODY	/*Formatierung des normalen Textkörpers*/
{
	font-family: "Arial";
	font-size: 8pt;
	text-align: justify;
	color: black;
	background-color: #D3D3D3;
}

H1	/*Formatierung der Haupt- und Seitenüberschriften*/
{	
	font-family: "Arial";
	font-size: 25pt;
	font-wight: bold;
	text-align: center;
	color: #FFFFFF;
	filter:glow(color: #D3D3D3);
}

H2	/*Formatierung der Hauptüberschrift 2*/
{
	font-family: "Arial";
	font-size: 14pt;
	text-align: left;
	color: #FFFFFF;
}

H3	/*Themenüberschriften Überschrift 3*/
{
	font-family: "Arial";
	font-size: 12pt;
	font-wight: bold;
	text-align: left;
	color: #FFFFFF;
}

H4	/*Überschriften im laufenden Dokument*/
{
	font-family: "Arial";
	font-size: 10pt;
	font-wight: bold;
	text-align: left;
	color: black;
}

	/*Formatierung der Hyperlinks*/

A:LINK
{
	color: black;
	text-decoration: none;
}

A:VISITED
{
	color: darkgrey;
	text-decoration: none;
}

A:ACTIVE
{
	color: darkred;
	text-decoration: none;
}

A:HOVER
{
	color: red;
	text-decoration: none;
}

th	/*Kopfzelle*/
{
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: left;
}

TABLE
{
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-color: none;
	border-bottom-color: none;
	align: center;
	spacing: 10;
	padding: 0;
}







