
/* Datei: satire.css                           */



body { margin-top:10px; margin-bottom:3px; background-color:#000000; }


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben     */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* font-family = Schriftart fuer Textelemente                    */
/* font-size = Schriftgroesse                                    */
/* color = Farbe                                                 */
/* a:link = Verweise zu noch nicht besuchten Seiten              */
/* a:visited = Verweise zu bereits besuchten Seiten              */
/* a:active = Verweise, die gerade angeklickt werden             */
/* color = Farbe                                                 */
/* text-decoration = Textstil                                    */
/* underline = unterstrichen, Default-Wert, Wert aenderbar       */
/* none = nicht unterstrichen, Wert aenderbar                    */



p,h1,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }
h2,h3
     { font-family:"Courier New",Courier,sans-serif; }

h1 { font-size:18pt; }

h2 { font-size:18pt; text-decoration:none; }

h3 { font-size:16pt; text-decoration:none; }

h4 { font-size:12pt; text-decoration:none; color:#000000;}

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* normaler Text */

pre { font-family:Courier New,Courier; font-size:10pt; color:#000000; }

/* Festschrift */

tt { font-family:Courier New,Courier; font-size:10pt; color:#000000; }

pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */

a:link { color:#0000ff; text-decoration:none; font-size:10pt; font-family:Arial,sans-serif; }
a:visited { color:#0000ff; text-decoration:none; font-size:10pt; font-family:Arial,sans-serif; }
a:active { color:#ff0000; text-decoration:none; font-size:10pt; font-family:Arial,sans-serif;}
a:hover { COLOR:#ff0000; text-decoration:underline;font-size:10pt; font-family:Arial,sans-serif; }

