Hyperlink ist "a", also überall, wo "a" vorkommt, steht was über deinen Link:
a {
color: [COLOR=Red]#CC6600[/COLOR];
text-decoration: none;
}
a:visited {
color: [COLOR=Red]#CC6633[/COLOR];
text-decoration: none;
}
a:hover {
color: [COLOR=Red]#FF6600[/COLOR];
text-decoration: underline;
}
jetzt musst du nur noch den Farbcode ändern
also visited heißt besucht, also der schon gewählte Link, hover bedeutet, die Farbe, beim darüberfahren.
Jetzt kommt in deiner Datei noch ein LInk in Schriftgröße h1 vor (grün markiert), sowie in h2 etc. da gilt das gleiche...
[COLOR=YellowGreen] h1 a[/COLOR], h1 a:visited{
color: #c9eefe;
text-decoration: none;
}
h1 a:hover{
color: #ffffff;
text-decoration: none;
}
hoffe du kommst damit weiter,
grüßle und viel erfolg,
svenne