/* format_arc.css */

/* font-family = Schriftart fuer Textelemente */
/* Helvetica,Arial,sans-serif = Helvetica, ansonsten Arial, ... serifenlose Schrift */
BODY { font-family:Helvetica,Arial,sans-serif; }

/* Tabellen */
TH { font-family:Helvetica,Arial,sans-serif; }
TD { font-size:10pt; font-family:Helvetica,Arial,sans-serif; }
H1 { font-size:24pt; font-family:Helvetica,Arial,sans-serif; }
H2 { font-size:14pt; font-family:Helvetica,Arial,sans-serif; }
H5 { font-size:14pt; font-family:Helvetica,Arial,sans-serif; }

/* und hier wollen wir kein Arial */
TT { font-size:12pt; font-family:Courier New,Courier,monospace; }
PRE { font-size:12pt; font-family:Courier New,Courier,monospace; }

body { margin-top:10px; margin-bottom:10px; }

a:link { color:#0000cc; }
a:visited { color:#6688cc; }
a:active { color:#0000ff; }