/******************* Allgemeines *********************/

body {
 margin:0px;
 font-family:arial;
 text-align:center;
 background:#90B6B5;
 color: #385A59;
 font-size: 12px;
  }
 
 table.middle {
 position:center;
 background:#619492;
 border-width:4px;
 border-style:dotted;
 border-color:#619492;
 }

 a.link {
 color:#DFDFDF;
 text-decoration:none;
}

a.link:hover {
 text-decoration:underline;
}

a.link:visited {
 color:#DFDFDF;
}
