   * {
          font-family: "Georgia", "serif";
          background-attachment: fixed;
     }

   A {
          font-weight: bold;
          text-decoration: underline ;
     }

   A:link {
          color: white;
          }

   A:visited {
          color: white;
             }

   A:hover {
          text-decoration: none;
          color: white;
           }

   A:active {
          text-decoration: none;
          color: white;
            }

   BODY {
          margin-right: 135px;
          color: white;
          background-color: black;
        }

   DT {
          font-weight: bold;
          margin-right: 200px;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 5px;
          padding-right: 5px;
          border-top: thin solid white;
          border-bottom: thin solid white;
          border-left: thin solid white;
          border-right: thin solid white;
          color: white;
          background-color: #999999;
      }

   DD {
          margin-bottom: 20px;
          margin-right: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px;
          border-top: thin solid #999999;
          border-bottom: thin solid #999999;
          border-left: thin solid #999999;
          border-right: thin solid #999999;
          color: black;
          background-color: white;
      }

   DD * {
          color: black;
          background-color: white;
        }

   IMG {
          border-top: thin solid white;
          border-bottom: thin solid white;
          border-left: thin solid white;
          border-right: thin solid white;
       }

   TH.musik {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px;
          background-color: #999999;
            }

   TD.header {
          font-size: x-large;
          letter-spacing: 5pt;
             }

   TD.musik {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px;
          color: black;
          background-color: white;
            }

   .description {
          font-size: smaller;
          font-variant: small-caps;
                }

   .text {
          text-align: justify;
          margin-left: 100px;
          margin-right: 100px;
         }

   #FixedVerti {
          top: 25px;
          right: 25px;
          position: absolute;
               }

   #Header {
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          padding-bottom: 30px;
           }

   BODY>#FixedVerti {
          position: fixed;
                    }

   TD.musik A {
          color: black;
          background-color: white;
              }