/* Abstand zwischen Fensterrand und Inhalt oben und unten */

body { margin-top:10px; margin-bottom:10px; background-color:#993333; }


/* Bestimmung des Basis-Fonts */

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote
     { font-family:Times New Roman, Arial, Helvetica, Sans Serif; color:#ffffff;}


/* Basisgröße - normaler Text */

p,ul,ol,li,div,td,th,address,blockquote { font-size:14pt; }


/* Größenbestimmung für Überschriften */

h1 { font-size:30pt; }
h2 { font-size:24pt; }
h3 { font-size:20pt; }
h4 { font-size:18pt; }
h5 { font-size:16pt; }



/* Quelltext-Beispiele im Text */

pre { font-family:Courier,Serif;font-size:8pt;color:#800080; }
code { font-family:Courier,Serif;font-size:8pt;color:#ffcccc; }
xmp { font-family:Courier,Serif;font-size:8pt;color:#800080; }


/* Größenbestimmung */

div.sm { font-size:8pt;font-family:arial,geneva }
div.min { font-size:7pt; }
div.nav { font-size:10pt; }

/* Marginalien */

div.marg { font-size:10pt;color:#cc9966;font-weight:bold;font-style:italic; }


/*links */

a: { color:#ffcc33; text-decoration:none; }
a:link { color:#ffcc33; font-weight:bold; }
a:visited { color:#100033; }
a:active { color:#000033; font-style:italic; }
a:hover { color:#292a67; }