/* DATEI: anmerkungen.css *//* Projekt: Web-Site der Ausstellung "Boheme und Diktatur" *//* Autorin: Mareike Hybsier *//* Verlinkung: <link rel=stylesheet type="text/css" href="../anmerkungen.css"> *//* Formatierung fuer normalen Text */p { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; color:#000000;	line-height:16px; margin-top:25px; margin-left:30px; margin-right:10px; margin-bottom:-5;	text-align:justify; }/* Formatierung fuer Ueberschriften */h4 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; font-weight:bold;	color:#000066; line-height:16px; margin-top:25px; margin-left:30px; 			margin-right:10px; margin-bottom:-10px; }h3 { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; font-weight:bold;	color:#FF9900; line-height:16px; margin-top:25px; margin-left:30px; 			margin-right:10px; }/* Formatierung fuer Links */a:link { color:#000066; }a:visited { color:#000066; }a:active { color:#FF9900; }