Hi.
Ich würde gerne die Linkdefinierung für das ganze Dokument:
<style type="text/css">
<!--
a:link { text-decoration:none; font-weight:normal; color:#E80000; font-size=125% }
a:visited { text-decoration:none; font-weight:normal; color:#E80000; font-size=125% }
a:hover { text-decoration:none; font-weight:bold; color:#FF3C3C; font-size=125% }
a:active { text-decoration:none; font-weight:bold; color:#E80000; font-size=125% }
-->
</style>
für einige bestimmte Links in:
<style type="text/css">
<!--
a:link { text-decoration:none; font-weight:normal; color:#C0C0C0; font-size=100% }
a:visited { text-decoration:none; font-weight:normal; color:#C0C0C0; font-size=100% }
a:hover { text-decoration:none; font-weight:bold; color:#FFFFFF; font-size=100% }
a:active { text-decoration:none; font-weight:bold; color:#C0C0C0; font-size=100% }
-->
</style>
ändern.
CU
Patrick