  body {
    color: black; 
background-color: #ffff99; 
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    text-align: left;  /* Zentrierung im Internet Explorer */
}

 p {
    font-size: 10pt;
    margin: 1em 0;}

 h2 {
    font-size: 14pt;
    margin: 0.2em 0;
    color: #006600;}

 h1 {
        background: url(bilder/largebar.png) no-repeat left top;
	color:#ffff99;	
        padding: 2px 0  0 20px;
        height: 25px;
	font-size: 1.2em;}
 
ul {
    font-size: 10pt;
    }

li {
    font-size: 10pt;
    }
   
 a:link {
    color: #66cc00; background-color: #ffff99; text-decoration: none; 
  }

 a:visited {
    color: #66cc00; background-color: #ffff99; text-decoration: none;  
  }

 a:hover {
    color: #006600; background-color: #ffff99; text-decoration: none;  font-weight: bold;
  }

a:active {
    color: #66cc00; background-color: #ffff99; text-decoration: none;  
  }

