                 body {     font-size medium;
                            line-height: 1.25em;
                            font-family: "Comic Sans MS", Verdana, sans-serif;
                            text-align: center;
                            background-color: black;
                            background-image: url("webdesign.bilder.toene/edel.rpd.transparent.grau.background.gif");
                            background-size: auto;
                            background-repeat: no-repeat;
                            background-position: top center;
                            background-attachment: fixed;}
                 h1, h2 {   color: white; }
                 p {             color: gray; }

                 a:link {        color: gray;
                                 font-weight: bold;
                                 text-decoration: none; }
                 a:visited {     color: gray;
                                 font-weight: bold;
                                 text-decoration: none; }
                 a:hover {       color: red;
                                 font-weight: bold;
                                 text-decoration: none; }
                 a:active {      color: gray;
                                 font-weight: bold;
                                 text-decoration: none; }

                 table {         width: 25%;
                                 border-collapse: collapse;
                                 background: black;
                                 color: gray; }
                 th, td {        text-align: right;
                                 color: gray }
