/* prepr.css */
/* Formatdefinitionen fuer die Seiten sfb**pr.html */

/* Falls wir serifenfreie Fonts verwenden wollen */
h1,h2,h3,h4,p,ul,ol,dl,dt,dd,li,div,td,th,address,blockquote,nobr,strong,em,b,i { font-family:Arial,Helvetica,sans-serif; }
/* Font-Größen */
h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
p,ul,ol,dl,dd,dt,td,li,div,address,blockquote,nobr,strong,em,b,i { font-size:13px; }

/* td,th { font-size:18px } */

pre,code,kbd,tt { font-family:Courier,monospace; font-size:13px; } 

body { background-color:#ffffff; color:#000000 }

td.fhead { background-color:#0000aa;color:#ffffaa;font-family:courier,monospace;font-weight:bold; padding-left:20px; } 

a:link { color:#005a46; text-decoration:none }
a:visited { color:#004a66; text-decoration:none }
a:hover { color:#ff4040; text-decoration:underline }
a:active { color:#ff5555; text-decoration:underline }
 
