/* Überschrift, Fett, schwarz, links, 16pt */

h1 {
 font-family:Arial;
 font-size:16pt;
 font-weight: bold;
 text-align: left;
 color: #000000;
}

/* Überschrift, Fett, schwarz, Mitte, 14pt */

h2 {
 font-family:Arial;
 font-size:14pt;
 font-weight: bold;
 text-align: center;
 color: #000000;
}

/* Überschrift, Fett, blau, links, 12pt */

h3 {
 font-family:Arial;
 font-size:12pt;
 font-weight: bold;
 text-align: left;
 color: #0022FF;
}

/* Text, blau, 10pt Block */

h4 {
font-family:Arial;
font-size:10pt;
color:#0022FF;
text-align: left;
text-decoration:none;
style=vertical-align:middle;

}

/* Text, blau, block, 10pt */

h5 {
 font-family: Arial;
 font-size:10pt;
 font-weight: normal;
 text-align: justify;
 color: #0022FF;
}

/* Text, schwarz, block, 10pt */

h6 {
 font-family: Arial;
 font-size:10pt;
 font-weight: normal;
 text-align: justify;
 color: #000000;
}


/* Text, schwarz, block, 10pt */

body {
 font-family: Arial;
 font-size:10pt;
 font-weight: normal;
 text-align: justify;
 color: #0022ff;
}

ul {
style=list-style-type:circle;
style=list-style-position:outside;
}

a:link { text-decoration:none; font-weight:bold; color:#0022ff; font-family:Arial; font-size:8pt; }
a:visited { text-decoration:none; font-weight:bold; color:#0022ff; font-family:Arial; font-size:8pt; }
a:hover { text-decoration:none; font-weight:bold; color:#0022ff; background-color:#FFcc00; }
a:active { text-decoration:none; font-weight:bold; background-color:#Ffcc00; font-family:Arial; font-size:8pt; }
