a { 
	color: #FF0000; 
	text-decoration: none; 
	text-decoration: underline
}

a:hover, a:active { 
	color: #FF0000;  
	text-decoration: underline 
}

a.schwarz { 
	color: #000000; 
	text-decoration: none; 
	text-decoration: underline 
}

a.schwarz:hover, a.schwarz:active { 
	color: #000000; 
	text-decoration: underline 
}

body {
	bgcolor="#ffffff";
}

