body { color: black; background-color: white; }

p {}

td {}

a:link { }

a:visited { }

a:hover { }

a:active { }
a.hell:link { color: #fff; font-weight: bold; text-decoration: none; }
a.hell:visited { color: #fff; text-decoration: none; }
a.hell:hover { color: #e86523 ; text-decoration: none; }
a.dunkel:link { color: #000; text-decoration: none; }
a.dunkel:visited { color: #000; text-decoration: none; }
a.dunkel:hover { color: #e86523; text-decoration: underline; }

