/* Standard: 10 Punkt, helles Braun auf Schwarz */
body,font,td { background-color:black; font-family:TimesNewRoman,Georgia,Times; font-size:11px; color:#FFC0DC; } 
/* grün */ 
b { font-family:TimesNewRoman,Georgia,Times; font-size:11px; color:#C10000; font-style:normal; font-weight:normal; }
/* altes (dunkles) Braun */
u { text-decoration:none; color:#C17496 } 
/* Überschrift im hellen Braun (Standardfarbe) */ 
h4 { font-size:13px; color:#C10000; }
/* Überschrift in Grün */ 
h3 { font-size:13px; color:#C10000; } 
/* Überschrift im alten Braun */ 
h2 { font-size:13px; color:#C10000; } 
/* Links normal: mittleres Braun */ 
a, a:visited { color:#FFFFFF; text-decoration:none; /* nicht unterstrichen */ } 
/* Link hover (MouseOver) und aktiv (angeklickt oder mit Tastatur markiert): hellbraun unterstrichen */ 
a:hover, a:active { color:#FFC0DC; text-decoration:underline; }
