  body {
font-family: Helvetica, Arial, sans-serif;
    font-size: small;
    }
   * html body {
    font-size: x-small; /*fuer IE5/Win */
    f\ont-size: small; /*fuer andere IE Versionen */
    }


h1 { 
color: white; 
font-size: 90%; 
font-weight: normal; 
text-align: right; 
letter-spacing: 0.03em; 
margin-top: 10px; 
margin-right: 45px;
}

h2 { 
color: #808080; 
font-size: 85%; 
line-height: 140%; 
letter-spacing: 0.01em;
}
h3 { 
color: #b32c2e; 
font-size: 90%; 
}
h4 { 
color: white; 
font-size: 85%; 
font-style: normal;
}
h5 { 
font-size: 80%;
font-weight: normal;
}
p { 
font-size: 78%;
line-height: 130%;
width: 600px;
}
b { 
font-weight: bold;
color: #2d4c97;
}



a:link { 
color: white; 
background-color: transparent; 
background-image: none;
}    
a:hover {
color: #CA7B1B;
}
a:visited {
color: white;
background-color: transparent; 
background-image: none;
}