Hast du ein eigenes Design?
Dann kannst Du oben im Head (noch ohne Anführungsstriche) folgenden Link-Style einfügen:
Code:
<style>
a:link
{color:#000000;font-family:verdana, arial, helvetica, sans serif;
font-size:12px;text-decoration:none;font-weight:normal}
a:visited
{color:#000000;font-family:verdana, arial, helvetica, sans serif;
font-size:12px;text-decoration:none;font-weight:normal}
a:hover
{color:#FFFFFF;background-color:#000000;font-family:verdana, arial, helvetica, sans serif;
font-size:12px;text-decoration:none;font-weight:normal;cursor:default;}
a:active
{color:#000000;font-family:verdana, arial, helvetica, sans serif;
font-size:12px;text-decoration:none;font-weight:normal}
</style>
Farbe, Size, Schriftart und text-decoration und font-weight kann nach Geschmack verändert werden. Schrift fett wäre font-weight:bold.
Viel Spaß beim Ausprobieren. Dieser Style funktioniert noch ohne diese " ".
Nur keine Div-Styles.