body{ 
/* Hintergrundfarbe */
background-color:#FFFFFF;

    /* Allgemeine Schriftformatierung */
    font-family: Tahoma;
    font-size: 10px;
    color : Black;

    /* Scrollbalken (nur IE) */
    scrollbar-face-color:#537640;
    scrollbar-highlight-color:#99CC66;
    scrollbar-3dlight-color:#537640;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#415639;
    scrollbar-arrow-color:#ffefa7;
    scrollbar-track-color:#ffefa7;
}

/* Überschriftformatierung */
font.title {
  font-size: 13px;
}

/* Im Gästebuch */
/* obere Leiste */
td.top {
  background-color: #537640;
  font-size: 12px;
  color : #FEEEA6;
}

/* mittlere Leiste */
td.middle {
  background-color: #FFFFF;
  font-size: 12px;
  color : Black;
}

/* untere Leiste */
td.bottom {
  background-color: #C0B47E;
  font-size: 12px;
  color : Black;
}

/* linker Block */
td.left {
  background-color: #FEEEA6;
  font-size: 12px;
  color : Black;
}

/* Eintragen-Seite */
/* erste Spalte */
td.first {
  background-color: #C0B47E;
  font-size: 12px;
  color : Black;
}

/* zweite Spalte */
td.second {
  background-color: #FEEEA6;
  font-size: 12px;
  color : Black;
}


A:link {
COLOR: #537640; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A:visited {
COLOR: #537640; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A:active {
COLOR: #537640; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A:hover {
COLOR: #537640; TEXT-DECORATION: none; FONT-STYLE: normal
}
A.h:link {
COLOR: #000000; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A.h:visited {
COLOR: #000000; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A.h:active {
COLOR: #000000; TEXT-DECORATION: underline; FONT-STYLE: normal
}
A.h:hover {
COLOR: #000000; TEXT-DECORATION: none; FONT-STYLE: normal
}
