you can do this in the SAME stylesheet.
Code:
a {whatever}
a:hover {whatever}
a.newstyle {something else}
a.newstyle:hover {something else}
Then for that new link style...add this to your link
Code:
<a href="#" class="newstyle">Everyone loves Gilligan :-)</a>
ps, anyone like my subliminal message 
|