body {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial, verdana, Helvetica;
	font-size: 12px;
	line-height: 130%;
	}

	
a:link, a:visited {
	text-decoration: underline;
              font-weight: bold;
	background: transparent; 
	color: #004ABB;
	}

a:hover {
	text-decoration : underline;
	font-weight: bold;
	background: transparent; 
    	color: #0E50FE;
	}

a:active {
	text-decoration : underline;
	color: #004ABB;
	background: transparent;  
}

h1 {
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	font-family: Arial, verdana, Helvetica;
	}
h2 {
	font-size: 12px;
	line-height: normal;
	color: #737373;
	font-weight: bold;
	font-family: Arial, verdana, Helvetica;
}

h3 {
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	font-family: Arial, verdana, Helvetica;
}

hr {
background-color:#D8D7D7; /* Mozilla 1.4 */
color:#D8D7D7; /* IE 6 */
border: #E8E8E8; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
