      @font-face {
        font-family: Akvaleir_Normal;
        src: url(/fonts/Akvaleir_Normal_v2007.ttf);
      }
      @font-face {
        font-family: Champagne_LimousinesBold;
        src: url(/fonts/Champagne_LimousinesBold.ttf);
      }
      body {
        color: black;
        text-align: center;
        font-family: Champagne_LimousinesBold;

        background-image: url(/pictures/backgrounds/chess_hd_p768_type2.jpg);
        background-color: black;
        background-size: stretch;
        background-position: top;
        background-repeat: no-repeat;
      }
      h1 {
        color: red;
        font-family: Akvaleir_Normal;
        font-size: 400%;
        margin: auto;
      }
      .redstyle {
        color: red;
        font-family: KapitanfFont2;
        font-size: 16px;

        font-weight: bold;
        border: 1px solid red;
        border-radius: 3px;
        margin: auto;
        float: left;
      }
      .redstyle:hover {
        color: white;
        background-color: red;
      }
      .redstyle:active {
        color: white;
        background-color: lightblue;
      }
      section {
        text-align: left;
        width: 300px;
        margin: 0 auto;
        padding: 20px;
      }
      pa0 {
        color: green;
        font-weight: bold;
        font-size: 24px;
      }
      p {
        color: orange;
        font-family: KapitanfFont2;
        background-color: #ffffff;
        opacity: 0.8;
        filter: alpha(opacity=80);
      }
      pb {
        color: lightblue;
        font-size: 10px;
        margin: auto;
        float: right;
        width: 200px;
      }
      img {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
      }
