h1 {
  font-family: Verdana;                     <!--Schriftart-->;
  font-size: 200%;                                <!--Schriftgröße-->;
  font-weight: bolder;                           <!--Schriftgewicht-->;
  color: #0000FF;                               <!--Schriftfarbe-->;
  font-style: normal;                          <!--Schriftstil-->;
  text-align: center;                            <!--Textausrichtung-->;
  word-spacing: 10pt;                        <!--Wortabstand-->;
  letter-spacing: 3pt;                          <!--Zeichenabstand-->;
  text-transform: uppercase;           <!--Textart-->;
}
body {
  font-family: Verdana;                      <!--Schriftart-->;
  font-size: 0,7cm;                                 <!--Schriftgröße-->;
  color: #0000FF;                               <!--Schriftfarbe-->;
  font-weight: bold;                        <!--Schriftgewicht-->;
  font-style: oblique;                          <!--Schriftstil-->;
  text-align: left;                                  <!--Textausrichtung-->;
  line-height: 20pt;                              <!--Zeilenabstand-->
  word-spacing: 8pt;                            <!--Textausrichtung-->;
  letter-spacing: 8pt;                           <!--Zeichenabstand-->;
  background-image: url(Hintergrund_1.jpg);                    <!--Hintergrundgrafik-->
}