/* Allgemeine Angaben für das gesamte Dokument: */
body {
	margin-top:40px; margin-bottom:10px; 
}
body,p,td,ul.bold { 
	background-color:#CCCCCC; color:#000000;
	font-family:Arial,Helvetica,Univers,Zurich BT,sans-serif; 
	font-size:12pt; font-weight:bold; 
}

/* Links: nicht unterstrichen, grau, bei Aktivierung gelb */
a:link,a:visited { 
	color:#3366FF; font-weight:bold; font-size:12pt; 
}
a:active,a:hover { 
	color:#FFCC00; font-weight:bold; font-size:12pt; 
}
a.plain:link,a.plain:visited {
	color:#000000; font-weight:bold; font-size:12pt; }

/* Darstellung: weiß-fett oder gelb-fett für Links, die nach anderswo zeigen
   (OTherWhere) oder die sich auf die aktuelle Seite beziehen (here) */
font.otw { color:#000000; font-style:normal; font-weight:bold; font-size:12pt; }
font.here { color:#FFCC00; font-style:normal; font-weight:bold; font-size:12pt; }
