/* Schriftart */
a,b,div,h1,h2,h3,h4,i,p,td,th{font-family: arial, verdana, helvetica}

/* Body Hintergrund */
body{background-image:url(gelb.jpg)}

/* Links */
a {font-size:14pt}
a:link {color:green; text-decoration:underline}
a:visited {color:green; text-decoration:underline}
/*a:hover {background-color: white; color:black; text-decoration:none}*/
a:focus {color:navy; text-decoration:underline}
a:hover {color:navy; text-decoration:underline}
a:active {color:navy; text-decoration:underline}

/* Ueberschriften */
h1,h2,h3,h4 {font-weight:normal; text-align:center}
h1 {font-size:18pt; color:green}
h2 {font-size:14pt; color:navy}
h3 {font-size:14pt; color:green}

/* Absatz */
p {font-size:14pt; color:black}

/* Hervorheben */
b {font-size:14pt; color:navy}
i {font-size:14pt; color:black}
/* Diverese */
div {font-size:12pt; color:black}

/* Tabellen */
table { border-style:outset; border-width:0px; border-color:#9999FF}
th { font-size:15pt; padding:0.5em 0.5em 0.5em 0.5em}
td { font-size:13pt; padding:0.2em 0.5em 0.2em 0.5em}