Raphael: Links & Unterstrich

Beitrag lesen

Hallo,

dann sag mir doch mal bitte wo hier der Fehler ist:

<style type="text/css">
a:link { text-decoration:none; color:#A33D00;}
a:visited { text-decoration:none; color:#A33D00;}
a:hover { text-decoration:none; color:#E70818;}
a:active { text-decoration:none; color:#784E00;}
a:focus { text-decoration:none; color:#E70818;}
body { background-image:url(wallpaper.gif);}
</style>

Das ist meine css Datei...

Gruß Raphael