Remove css applied to element of particular type

Outranutoub

New Member
My css file has a class defined for all anchors as below and I cannot modify it. \[code\].div a{ color: red;}\[/code\]Because of this, all anchors on my page gets this color. I need to supress this for some (say 10 out of 20) anchors on page, preferabally by writing some other class(some js will also be ok). However, I donot want to specify what new color will be. It should inherit from an element (say some other divs having respective css classes specifying different colors) containing that anchor. How can I achieve it?
 
Top