/* Allgemein */

body {
 background-color: #bdd3f8;
 font-size: 100.01%;
 font-family: Helvetica, Arial, sanf-serif;
 margin: 0; padding: 0;
 text-align: left;
}

  
.table {
  border: solid;
  border-width: 2px;
  border-color: #ffffff;
  padding: 10px;
  border-style: solid;
  }

a:link {
  color: white;  text-decoration: none;
  }
a:visited {
  color: white;  text-decoration: none;
  }
a:hover {
  color: #337ffc;  text-decoration: none;
  }
a:active {
  color: white;  text-decoration: none;
  }