/* 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,small { font-family:Arial,Helvetica,sans-serif; } /* Font-Größen */ h1 { font-size:24px; } h2 { font-size:20px; } h3 { font-size:18px; } h4 { font-size:16px; } p,ul,ol,dl,dd,dt,li,div,td,th,address,blockquote,nobr,strong,em,b,i { font-size:14px; } tt,pre,code,kbd { font-family:Courier,monospace; font-size:14px; } body { background-color:#ffffff; color:#000000 } 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 }