Forum Moderators: not2easy
.content { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }
.content a {color: #4b64e5; text-decoration: none}
.content a:visited {color: #4b64e5; text-decoration: none}
.content a:hover {color: #000000; text-decoration: underline}
hope this helps...
-Matt
link
visited
hover
active
If not, then the effects you are looking for will not work. Active must come after hover.
Example...
a:link{color:#369;background:transparent;}
a:visited{color:#777;background:transparent;}
a:hover{text-decoration:none;color:#000;background:#ddd;}
a:active{text-decoration:none;color:#060;background:#f2fff2;}