Haaai, Dietmar!
Ich weiss garnicht, was du hast; ich hab's mal abgetestet und das hier fungiert:
<html>
<head>
<title>Untitled</title>
<style type="text/css">
a:link { color:#808000; font-weight:bold; }
a:visited { color:#808000; font-weight:bold; }
a:hover {color:red; text-decoration:none; }
a:active { color:#FF0000; font-style:italic; font-weight:bold; }
</style>
<script language="JavaScript">
<!-- function linie(x)
{
if (document.all) x.blur();
} //-->
</script>
</head>
<body>
Dieses ist ein Link: <a href="#" onclick="linie(this);">Test Link</a>
</body>
</html>
Im IE, jedenfalls, wo dein Beispiel nicht geht. In Opera geht beides, in Netscape 4.7 wechselt er nur die Farbe beim Anklicken, aber kursiv und fett ist nicht.
HTH
Stonie