/* Schriftfarbe */
 Body {color: #CC3300}

/* Hintergrundbild */
 Body {background-image: url(Bilder/hintergrund.gif)}


/* Schriftfamilie und Größe */
 Body {font-family: Verdana, Arial; font-size: 20px}

/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
 A {color: #CC3300; font-size: 20px; font-family: Arial}

/* Hyperlink  besuchte Seite */
 A:visited {color: #CC3300}

/* Hyperlink  aktive Seite */
 A:active {color: #CC3300}

a.button
      {
      font-family:Arial;
      font-size:15px;
      color: #CC3300;
      text-decoration: none;
      width: 55px;
      text-align: left;
      }
a.button:hover
      {
      Color: #FFFFCC;
      background-Color: #CC3300;
      text-decoration: none;
      }