Ok, I'm gonna feel real dumb here when I get the answer

but... I'm not real knowledgeable on style sheets and stuff. I use the style in my head section because I'm using the on/off class in my menu. In there I have
Code: Select all
a:link{color:#96bdc4;}
a:visited{color:#b9b8d1;}
for the links on my page..text links, but I don't want that in the menu and it never used to affect the menu, but now it does. For the life of me I can't figure out how to get it to only work on the text links on the page. Do I have to go and declare like a P.class and then go back to my pages and make sure every text link has a paragraph code before it? Is there some way that I can just fix it so that it doesn't affect the menu and only the text links on the pages.
Ruth