BongoBong: Wieso funktioniert die Link Formatierung nicht ???

Beitrag lesen

Hallo,
habe mit dieser Css Anweisung schon andere Dateien formatiert ,baer hier klappt gar nix ...
Keine Ahnung warum aber alle Links sind immer unterstrichen und ausser bei active , dann gibts keine text decoration...
Bei hover funzt gar nix , da die Links schon vorher schon Unterstrichen sind ?
Hier mal ein Code Auszug:

<style type="text/css">

a:link { font-size:10pt;
     font-weight:bold;
     color:#FFFFFF;
     font-family:Tahoma;
         text-decoration:none;
      }

a:visited { font-size:10pt;
     font-weight:bold;
     color:#FFFFFF;
     font-family:Tahoma;
      }
a:active { font-size:10pt;
     font-weight:bold;
     color:#FFFFFF;
     font-family:Tahoma;
         text-decoration:none;
      }
a:hover { font-size:10pt;
     font-weight:bold;
     color:#FFFFFF;
     font-family:Tahoma;
     text-decoration:underline;
      }

a:active { color:#FFFFFF; text-decoration:none; }
a.an { text-decoration:none; }

</style>
</head>
<body topmargin="0" leftmargin="0"  text="#000000" bgcolor="#FFFFFF">

<table cellspacing="0" cellpadding="0"  align="left" border="0" height="100%" >
<tr>
    <td bgcolor="#F76534">  <a href="#">Über Uns</td>
    <td bgcolor="#F76534"><img src="../Bilder/Navi_Tabelle_text_Verlauf.jpg" width="60" height="28" border="0" alt=""></td>
</tr>

Suche jetzt schon ne Weile werde aber einfach nicht fündig ...
Danke (-;