body {}

/* Titel H1 Times 24 gelb fett */
H1 { color: #FFFF55; font-size: 24pt; font-family: Times New Roman; font-weight: 600; text-decoration: none; text-align: center }
/* Titel H2 Arial 12 fett */
H2 { color: #FFFFFF; font-size: 12pt; font-family: Arial, Verdana; font-weight: bold; text-decoration: none; text-align: center }
/* Text H3 Arial 10 fett */
H3 { color: #FFFFFF; font-size: 10pt; font-family: Arial, Verdana; font-weight: bold; text-decoration: none; text-align: none }
/* Text H4 Arial 10 normal */
H4 { color: #FFFFFF; font-size: 10pt; font-family: Arial, Verdana; font-weight: normal; text-decoration: none; text-align: none }
/* Text H4 Arial 9 normal */
H5 { color: #FFFFFF; font-size: 9pt; font-family: Arial, Verdana; font-weight: normal; text-decoration: none; text-align: none }
/* Text H4 Arial 8 normal */
H6 { color: #FFFFFF; font-size: 8pt; font-family: Arial, Verdana; font-weight: normal; text-decoration: none; text-align: none }

a:link {color: #FFFF55; text-decoration: none}
a:visited {color: #FFFF55; text-decoration: none}
a:hover {color: #FFFFFF; text-decoration:underline}
a:active {color: #FFFF55; text-decoration: none}
a:focus {background-color: #F4F4F4}

p {}
td {}