Also Im Mozilla 1.4 und im IE 6.0 tut das folgende Script genau das, was Du willst:
PHP-Code:
<html>
<head>
<title>Color-test</title>
<style type="text/css">
BODY { background-color:red; }
a.weiss { color:#FFFFFF }
</style>
</head>
<body>
[url="http://www.wcm.at/"]WCM[/url]
</body>
</html>