A.link    { color: teal; }
A.visited { color: purple; }
A.active  { color: teal; }

BODY {
	background-color: #ffffef;
        margin-top: 15px;
}

H1, H2, H3, H4, H5, H6, P, LI, TH, TD, DT, DD {
        font-family: sans-serif;
}

H1, H2, H3, H4, DT, TH, HR {
       color: teal;        /* Dunkelgruen */
}

H1 { font-size: x-large; }
H2 { font-size: x-large; }
H3 { font-size: larger; }
H4 { font-size: large; }
H5 { font-size: medium; }
H6, TH, TD { font-size: smaller; }


/*         color: #004080;       Blau */
/* BODY { background-color:#ffffff; background-image: url(./bnugback.png)  } */

P.normal { font-size:10pt; color:black; }
P.large  { font-size:12pt; color:black; }
P.small  { font-size:8pt;  color:black; }


