Can you help again with another prob I`m having with css??
I have an external stylesheet which has a style:
A { text-decoration: none; color : #000000; }
My question is, would this overwrite all other link styles i.e.
A.bodywh:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
A.bodywh:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
A.bodywh:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
A.bodywh:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
Im` asking because I have a style that I need to change to a different colour to the rest of the links in the site, but it isn`t working!