H1 {
font-family : arial; 
color : red; 
} 
H2 {
font-family : arial; 
color : blue; 
} 
H3 {
font-family : arial; 
color : red; 
font-size : 12pt; 
} 
H4 {
font-family : arial; 
color : blue; 
font-size : 10pt; 
} 
H5 {
font-family : arial, sans-serif; 
font-weight : normal; 
font-size : 9pt; 
} 
p {
font : 10pt arial, sans-serif; 
text-align : justify; 
} 
p {
margin-right : 1cm; 
} 
p { 
text-indent: 0em; margin-top: 9px; 
}
li {
font : 10pt arial, sans-serif; 
text-align : justify; 
} 
li {
margin-right : 1cm; 
margin-left : 1cm; 
} 
a {  /* Unterstreichung entfernen */
   text-decoration: none; 
   outline: none; 
}
a:link { color: navy; } 
a:visited { color: navy; }
a:hover, a:focus { 
   border-bottom: 1px solid navy;  
}
a:active { 
   color: white; 
   background-color: navy; 
}
} 
UL {
list-style-type : square; 
} 
UL UL {
list-style-type : circle; 
} 
UL UL UL {
list-style-type : disc; 
} 
OL {
list-style-type : decimal; 
} 
OL OL {
list-style-type : lower-alpha; 
} 
OL OL OL {
list-style-type : lower-roman; 
} 
