I can't figure out the css override declaration for the link/visited/hover/active styles that appear on my images.
I've tried #divname img a:link {color: none !important; } and other things but none work.
Can you tell me the correct position in the css and css setting to turn this off for linked images?
There is a
a:visited { color: #12345 } etc. and a 'form a:visited { color: #12345; } etc. that are setting the style currently and I am trying to override them.


Any suggestions?

