---------------------- <div id="menu"> <ul> <li><a href="link1">link1</a></li> <li><a href="link1">link2</a></li> </ul> </div> <!-- end menu -->
---------------
When I call to my page, links looks ok, but after I click in someone, text color appears dark no matter which color I've setted.
I've tried to change to any color inside #menu li a, #menu li a:link, #menu li a:active, #menu li a:visited but its ignored. If I try to change background, its changed..
So, I wonder if someone could give me a clue about what I am doing wrong...