p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

@media screen
{
	h1				{ color:#555555}
	A:hover			{ color: red; }
	/* bei body { margin-left:8pt; } scheint 8 der default Wert zu sein */	/* die Differenz der folgenden margins muss als 8 sein */
	/* body			{ margin-left:22pt; } */
	/* h1,h2,h3,h4		{ margin-left:-14pt; }*/
	/*A:link   { text-decoration:none;  color:#000000;}*/
	/*td.left   { font-size:6pt}*/
	#xxx A:link		{ text-decoration:none; font-weight:bold; color:#555555}
	#xxx A:visited  { text-decoration:none; font-weight:bold; color:#888888}
	#xxx			{ font-weight:bold; color:#bb5555}
	#xxx A:hover	{ color: red; }
}

@media print
{
	#xxx A:link		{ text-decoration:none; font-weight:bold; }
	#xxx A:visited  { text-decoration:none; font-weight:bold; }
	#xxx			{ font-weight:bold; }
}

#small			{ font-size:10px; }
#news	p		{ font-family:Courier New,Courier; font-size:10pt; color:#770000;}
#news	td		{ font-family:Courier New,Courier; font-size:10pt; color:#770000;}

