Hallo,
MudGerd hat recht. Inline geht nicht.
Definiere im Stylesheet:
<style>
...
a:link.ganztoll {...}
a:visitited.ganztoll {...}
....
<style>
und dann: <a class="ganztoll" href="http://was.weis.ich.wo/">...
MudGerd hat nicht ganz recht:
<a href="http://was.weis.ich.wo/" class="ganztoll"> ist auch o.k. Die Reihenfolge ist egal. Beides ist valide.