/* Schriftfarbe */
 Body {color: #000000}

/* Hintergrundfarbe */
body {background-color: #E2BE81;}

/* Schriftfamilie und Größe */
 Body {font-family: Verdana; font-size: 12px}
 td {font-family: Verdana; font-size: 12px}

/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
 A {color: #000000; font-size: 12px; font-family: Verdana}

/* Hyperlink  besuchte Seite */
 A:visited {color: #000000}

/* Hyperlink  aktive Seite */
 A:active {color: #000000}
