/* CSS-File normale Textseiten */


/* Allgemeine Definition: Heller Hintergrund, schwarze Schrift, Arial, Rand oben 20 */

A:active { color: #780AB4 }

A:link { color: #5A05BE }

A:visited { color: #3C0382 }
table { border-top 20 }

body { background-color: #F0EEF2; }

H1 { font-family: "Arial Black",Arial,sans-serif; font-size: 32px; color: #5A05BE; font-weight: bold; text-align: center; }
H2 { font-family: Verdana,Arial,sans-serif; font-size: 24px; color: #3C0382; font-weight: bold; text-align: center; }
H3 { font-family: Arial,Verdana,sans-serif; font-size: 18px; color: black; font-weight: bold }
H4 { font-family: "Courier New",Courier,serif; font-size: 18px; color: black; font-weight: bold; text-align: center; }
H5 { font-family: Arial,Verdana,sans-serif; font-size: 14px; color: black; font-weight: bold }
p, td, br, ul, ol, li, blockquote { font-family: Arial,Helvetica,sans-serif; font-size: 10pt; color: black; font-weight: normal; line-height: 1.3; }
