/* farben.css leichte Änderbarkeit der Farben */

/* Textuntergrundfarbe */

  h1, h2, p, table { background-color: rgb(255, 248, 240); }

  h1, h2 { border: 6px solid rgb(255, 248, 240); }

/* innere Gliederung */

  a:hover, address, div { background-color: rgb(230, 205, 125); }

  address { border: 6px solid rgb(230, 205, 125); }

/* Linkfrabe */

  a:link { color: rgb(108, 40, 20); }

  a:visited { color: rgb(23, 21, 13); }

/* Grundfarbe */

  body { background-color: rgb(108, 40, 20); }