http://de.selfhtml.org/css/eigenscha...r_active_focus

Selbst ist der Webmaster

Also, aber da ich grad Zeit habe...
Das ist der HTML Code
Code:
<a href="bla.hmtl" target="_blank" class="Linkilink">Link</a>
<a href="bla.html" target="_blank" class="kdkf">sadfsdf</a>
Hier kommt der CSS Teil
Code:
<style type="text/css">
.Linkilink:link
{
     color:#004456;
}
.Linkilink:hover
{
     color:#ff0000;
}
.kdkf:link
{
     color:#000000;
}
</style>
Najo, wie gesagt genaueres gibts bei SelfHTML