/* Formatierung für den Text h1 */

 h1 {
 font-family: Arial;
 font-size: 24pt;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 color: #FFFFFF;
 margin: 0 cm; 0 cm; 0 cm;
 text-shadow:red; }

  /* Formatierung für den Text h2 */
       h2 {
 font-family: Comic Sans MS; Arial;
 font-size: 18pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 color: #FFEDC1;
 margin: 0cm; 0cm;
 text-shadow: #00FFFF; }

   /* Formatierung für den Text h3 */
    h3 {
 font-family:Arial;
 font-size: 20pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 color: #20FF00;
 margin: 0cm; 0cm;
 text-shadow:#00E0FF; }

  /* Formatierung für den Text h4 */
   h4 {
 font-family:Arial;
 font-size: 14pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 color: #FFFFFF;
 margin: 0cm; 0cm;
 text-shadow:#00E0FF; }

  /* Formatierung für den Text h5 */
    h5 {
 font-family:DomCasual BT;
 font-size: 13pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 color: #FFEDC1;
 margin: 0cm; 0cm;
 text-shadow:#00E0FF; }

    /* Formatierung für den Text h6 */
   h6 {
 font-family: Arial;
 font-size: 10pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align:left;
 color: #FFFF00;
 letter-spacing:1pt;
 margin: 0cm; 0cm;
 text-shadow:#00E0FF; }


     /* Formatierung für den Text i */
   i {
 font-family: Arial;
 font-size: 10pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 color: #DFDFDF;
 letter-spacing:1pt;
 margin: 0cm; 0cm;
 text-shadow:#00E0FF; }

p {
 font-family:Arial;
 font-size: 12pt;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 text-align: center;
 color: #DFDFDF;
 letter-spacing:1pt;
 margin: 0cm; 0cm;
 text-shadow:#00E0FF; }