Hallo Gondor,
Datei "sytle.css"
a
{
color:#00CC00;
}
Datei "index.htm"
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<a href="#">Link</a>
</body>
</html>
Funktioniert bei mir im Opera 9.01 genau wie gewünscht.
Gruss
OhneName