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

/* Schriftgroesse Hack*/
p {font-size: 100.01%}


/*Links behandeln*/
a: {
    text-decoration: none;                                            /*Link kein Unterstrich*/
    color:#0000ff;
    
}
A:hover {
     color:#FF00FF;
     text-decoration: underline;                                      /*Unterstrich*/
     background-color:#0000ff;
     } 
                                                     /*#rechts*/ 
#rechts {
  background-color: blue;
  font-family: Verdana;
    font-size:120%;
}
