{ ----- -----  BODY definitionen ----- ----- }
BODY
 {
    font-family : Arial, sans-serif, Times New Roman;
    background-color: rgb(205, 215, 244); 
}


{ ----- -----  Tabelle definitionen ----- ----- }
TD
 {

    font-family : Arial, sans-serif, Times New Roman;
    font-size: 16px;
    margin-right: .2cm;
    margin-top: .2cm;
    font-style : normal;

}

TR:hover
 {
   background:rgb(113, 81, 81);
}

TH
 {
    color:rgb(0,128,128);
    font-family:Arial;
    font-size: 18px;
 }

