/* Linkfarben Standard */
a:link {
	color: #000000;
 text-decoration: none}
 a:visited { 
	color: #000000;
 text-decoration: none}
 a:active { 
	color: #ff0033;
 text-decoration: underline}
a:hover {
	color: #660099;
	;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
} 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 color: #990000}

p.zwischenueberschrift {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

