H1,H2,H3,H4,H5,H6 {  color: #400000 }
BODY,td,table,div {  font-family: Arial;  color: #400000; background:#F9EDC7}
A:link    { color: green ; font-weight: bold;  text-decoration: none}    /* noch nicht besuchter Link */
A:visited { color: #D58D03 ; text-decoration: none;}   /* schon besuchter Link      */
A:hover   { color: black;text-decoration: underline; font-style:italic; } /* Benutzer 'hovert'         */
A:active  { color: lime ;  text-decoration: none}   /* Link wird ausgewählt      */  