h1 {
       color: white; 
       font-size:36;
      }

body {
      background-color: #20385C;

      color: white;
      margin: 1cm;
       
      font-family: Courier;
       
      font-size: 36
          }

table#header {
              width:100%;            
              
              overflow:hidden;
              vertical-align:top;

              font-size: xxx-large;

              font-weight: bold;
              text-align: center;
              color: white;
              background-color: #20385C;

               height: 90px
           }
table#title {
             width:100%;            

             overflow:hidden;
             vertical-align:top;

             font-size: large;

             font-weight: bold;
             text-align: center;
             color: white;
             background-color: #20385C;

             height: 60px
           }

table#content {
               width:100%;

               border: none;

               vertical-align:top;

               font-size: large;

               text-align: left;
               color: white;
               background-color: #20385C;   
     } 
td#title {

      border:3px solid;

     }
grau {
      height: 120 px 
      backgroud-color: #20385C;
     }
grau {
      height: 120 px 
      backgroud-color: #20385C;
     }
a {
   text-decoration: none;
   color: #8FAADC;
   font-weight: bold
   }
  
a:hover   { background-color: white; color: #8FAADC; }

    

