/* Textgrösse=20px; Textausrichtung=mittig; Farbe=Rot */
h1 {
     font-size:20px;
     text-align: center;
     color: #FF0000;
   }

/* Textgrösse=15px */
h1.browser {
             font-size:15px;
           }

/* Textgrösse=15px;  Farbe=Schwarz */
h1.download {
              font-size:15px;
              color: #000000;
            }
/* text=Arial Black; Textgrösse=30px; Textausrichtung=mittig; Farbe=Blau */
div {
       font-family: Arial Black;
       font-size:30px;
       text-align: center;
       color: #0000A0;
    }

/* text=Arial Black; Textgrösse=15px; Textausrichtung=mittig; Farbe=Blau */
div.center {
             font-size:15px;
           }

/* text=Arial Black; Textgrösse=15px; Textausrichtung=links; Farbe=Blau */
div.links {
	text-decoration: none;
          }

/* text=Arial; Textgrösse=15px; Textausrichtung=rechts; Farbe=Blau */
div.rechts {
             font-family: Arial;
             font-weight: bold;
             color: #0000A0;
             text-align: right;
             font-size:15px;
           }

/* text=Arial; Textausrichtung=mittig; Farbe=Blau */
h2 {
     font-family: Arial;
     text-align: center;
     color: #0000A0;
   }

/* text=Arial; Textausrichtung=mittig; Farbe=Blau */
h2.left {
          text-align: left;
          font-size:16px;
        }

/* text=Arial; Farbe=Gelb; Textgrösse=16px */
h2.text {
          font-family: Arial;
          color: #C29838;
          font-size:16px;
        }
/* text=Arial; Farbe=Gelb; Textgrösse=16px; Textausrichtung=links*/
h2.text2 {
               font-family: Arial;
               color: #C29838;
               font-size:16px;
               text-align: left;
             }

/* text=Arial; Textausrichtung=mittig; Farbe=Gelb; Textgrösse=16px */
h2.text3 {
            text-align: center;
            color: #C29838;
            font-size:16px;
          }

/* text=Arial; Textausrichtung=rechts; Farbe=Gelb; Textgrösse=16px */
h2.text4 {
            text-align: right;
            color: #C29838;
            font-size:16px;
         }

/* text=Arial; Textausrichtung=mittig; Farbe=Gelb; Textgrösse=10px */
h2.text5 {
            text-align: center;
            color: #C29838;
            font-size:12px;
          }

/* Liste; Textausrichtung=links; Farbe=Gelb; Textgrösse=16px */
li {
     text-align: left;
     color: #C29838;
     font-size:16px;
   }
