Hi,
habe ich dich richtig verstanden, daß du Dokumentenweit die Links in einer bestimmten Farbe (z.B. rot) definieren willst und an einer Stelle im Dokument eine andere Farbe (z.B. grün)?
versuch es mal damit:
<div id="NavLinks">
<style type="text/css">
<!--
a.nav:link { color:#000080;
font-family:Tahoma,sans-serif; font-weight:bold; font-size:10pt; text-decoration:none; }
a.nav:visited { color:#000080;
font-family:Tahoma,sans-serif; font-weight:bold; font-size:10pt; text-decoration:none; }
a.nav:hover { color:#FFFFFF; background-color:#000080;
font-family:Tahoma,sans-serif; font-weight:bold; font-size:10pt; text-decoration:none; }
a.nav:active { color:#000080;
font-family:Tahoma,sans-serif; font-weight:bold; font-size:10pt; text-decoration:none; }
-->
</style>
<a class="nav" href="http://selfhtml.teamone.de/"><b>SELFHTML</b></a><br>
<a class="nav" href="http://selfaktuell.teamone.de/"><b>SELFHTML aktuell</b></a><br>
<a class="nav" href="http://forum.de.selfhtml.org/"><b>SELFHTML Forum</b></a><br>
<a class="nav" href="http://selfaktuell.teamone.de/artikel/"><b>Feature Artikel</b></a><br>
</div>
also einfach im div-Bereich einen neuen CSS-Style definieren!
keine Ahnung ob das so funktioniert, gibt vielleicht auch eine sauberere Lösung *???*
MfG
Chipsy