body {    background-color: #353535; /*  dunkles Grau  */    color: white;    font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: large;  }  address {    text-align: center;    font-size: 80%;    font-style: normal;    letter-spacing: 2px;    line-height: 1.5;  }    #fussbereich {   padding: 10px 20px 20px 20px;   border-top: 1px solid #353535;   margin-top: 20px; }        /* =============     Hyperlinks  */        a {     text-decoration: none;     outline: none;  }  a:link { color: #FFFFFF; } /* nicht besuchte Links */  a:visited { color: #FFFFFF; } /* besuchte Links */  a:hover,   a:active {    background-color: #d90000;    color: white;  }
