BODY
 {
        background-color: buttonface;
        color : Black;
        font-family : Arial, sans-serif;
        font-size: 18px;
        margin-right: .1cm;
        margin-top: .1cm;
        margin-left: inherit;
        font-style : normal;
}


TR:hover
 {
   background:lightgrey;
}

H1
 {
  text-align : center; 
  color:cadetblue;
}

H3
 {
  color: blue;
}

TD
 {
        color : Black;
        font-family : Arial, sans-serif;
        font-size: 14pt;
        margin-right: auto;
        margin-top: auto;
        border-style : double double double double;
        font-style : normal;
        border : thin none Navy;
 }

A
 {
     text-decoration: none;
 }

/* ----- Definition, wenn jemand am Tag Geburtstag hat ----- */
.geb
 {  font-weight:bold; color:red;  }

.normal
 { color:black; } 
