body { 
   background-color:#f8fbc7;
   background-image:url(../bilder/hintergrund.gif);
   color:#339966;
   font-family: tahoma;
 }  

h1 {
  color: #339966;
}
 
 A:link, A:visited {
   color:#339966;
   font-size:90%;
   text-decoration:none;  
 }

 A:hover{
   color:red;
   font-size: 120%  
   }    

  A:active{
    color:blue;  
  }