this is really confusing, i don\'t want the browser to change the color of links, so the links color will stay same as specified in . i know that i can
If you don't want any coloration just do something like this:
a, a:hover, a:visited, a:active { color: inherit; text-decoration: none; }