  body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;
    font-size: small;
    }
   * html body {
    font-size: x-small; /*f?r IE5/Win */
    f\ont-size: small; /*f?r andere IE Versionen */
    }


h1 { 
font-size: 120%;
margin-left: 30px;
color: #446ab4
}
h2 { 
font-size: 120%;
color: #000; 
font-weight: bold;
letter-spacing: 0.08em;
margin-left: 0px;
}
h3 { 
font-size: 110%; 
color: #000; 
line-height: 150%;
font-weight: bold;
margin: 10px 0  14px 0;
}
h4 { 
font-size: 95%;
color: #000; 
line-height: 110%;
font-weight: bold;
padding: 0px;
margin-bottom: 0px
}
h5 { 
font-size: 95%;
font-weight: normal;
line-height: 120%;
padding: 0px;
margin: 0px
}
p { 
font-size: 100%;
line-height: 150%;
}
b { 
font-weight: bold;
color: #2C60A2;
}
ul {
font-size: 95%;
font-weight: normal;
line-height: 150%;
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

li { 
	display: list-item;
    margin-left: 0;
}

a:link { 
color: #446ab4; 
background-color: transparent; 
background-image: none;
}    
a:hover {
color: #9b0738;
}
a:visited {
color: #555;
background-color: transparent; 
background-image: none;
}

h4 a:link { 
color: #777; 
background-color: transparent; 
background-image: none;
text-decoration: none;
font-weight: normal;
} 