
/* Style Sheet, Definition der Schriftarten */

BODY {
	font-size : 10pt;
	font-family : Verdana;
	font-weight : normal;
	color : #000080;
	text-decoration : none;
	background-color : #FFFFFF;
}


H1  {
	font-size : 12pt;
	font-family : Verdana;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
	background-color : #FFFFFF;
	color : #000080;
}

H2  {
	font-size : 11pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #000080;
	text-decoration : none;
	text-align : left;
}

H3  {
	font-size : 10pt;
	font-family : Verdana;
	font-weight : bold;
	color : #000080;
	text-decoration : none;
}

H4  {
	font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
	color : #000080;
	text-decoration : none;
}
H5  {
	font-size : 10pt;
	font-family : Verdana;
	font-weight : normal;
	color : #000080;
	text-decoration : none;
}


A  {
	font-size : 10pt;
	font-family : Verdana;
	font-weight : normal;
	color : #0000FF;
	text-decoration : underline;
}

A:visited  {
	color : #0000FF;
	text-decoration : underline;
	font-weight : normal;
}

A:active  {
	font-weight : normal;
	color : #FF00FF;
	text-decoration : none;
}

A:hover  {
	font-weight : normal;	
	color : #0000FF;
        text-decoration : underline;
 }

