html, body {
    margin: 0;
    padding: 0;
    background-color:#dadada;
}

/* Schriftgroesse Hack*/
h3 {
    color: #D86C00
}
p {font-size: 100.01%}


/*Links behandeln*/
a {
    text-decoration: underline;                                            /*Link kein Unterstrich*/
    color:#63992D;
    
}
A:hover {
     color:#ffffff;
     text-decoration: underline;                                      /*Unterstrich*/
     background-color:#005C00;
     } 
                                                     /*#rechts*/ 
#rechts {
  background-color: blue;
  font-family: Verdana;
    font-size:120%;
}
     
