body{
    color: #DDDDDD;
    background-color: black;
    font-size: 15px;
    /*font-family: Helvetica;*/
    margin: 0;
    padding: 1em;
    text-align: center;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

a:link {color: #999999; text-decoration: none; }
a:active {color: #999999; text-decoration: none; }
a:visited {color: #999999; text-decoration: none; }
a:hover {color: #DDDDDD; text-decoration: underline; }

div#content {
    width: 798px;
    border: 1px solid white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

table {
    margin: 20px;
    border-spacing: 5px;
}

th, td {
    text-align: left;
    vertical-align: top;
}

ul {
    margin: 0px;
}

hr {
    border: 0px none;
    background-color: #444444;
    height: 1px;
    width: 80%;
}
