body,td,p,li,blockquote,a,h1,h2,h3,h4,h5,h6 {
    color: #000000;
    font-size: 12pt;
}

body {
    max-width:1000px;
}

h1 {
    font-size: 20pt;
    font-weight: bold;
}

h2 {
    font-size: 18pt;
    font-weight: bold;
}

h3 {
    font-size: 16pt;
    font-weight: bold;
}

h4 {
    font-size: 14pt;
    font-weight: bold;
}

h5 {
    font-size: 12pt;
    font-weight: bold;
}


p {
    margin-bottom:12px;
    margin-top:0pt;
}

blockquote {
    margin-bottom:5px;
    margin-top:5pt;
    margin-left:15pt;
}

tt,pre {
   font-size:10pt;
   font-family:monospace;
}


.h3 {
    margin-bottom:2px;
    margin-top:14px;
    font-size: 15pt;
    font-weight: 600;
}

.h4 {
    margin-bottom:2px;
    margin-top:15px;
    font-weight: bold;
}

.h5 {
    margin-bottom:2px;
    margin-top:15px;
    font-style: italic;
}

.top {
    font-style:italic;
    font-weight:bold;
}

.fett {
    font-weight: bold;
}

.klein {
    font-size: 8pt;
}

.kursiv{
    font-style: italic;
}



a {
    text-decoration: none;
    color: #0066ff;
}

a:VISITED {
    text-decoration: none;
    color: #004099;
}

a:HOVER {
    text-decoration: underline;
    color: #0000ff;
}

