Here's my thing. I have the main page template to tag links on a certain color and design, and that is fine for the majority of the page, BUT there is a section that includes a link that I want to EXCLUDE from having the regular CSS applied - I need to apply another style of CSS. Is it possible? The reason why I want to do this is because I have a table with a black background, and the text link is gray - and this looks fine. But I have another section on the same page that I need to create links for, but if they're gray, they look very odd against a white background, so I want to apply a different style and color to THAT section of the page. Thanks! Okay, that post seems like it would help, but it still didn't work, maybe I'm not doing something right. This is the section that I'm trying to edit: <p class="links">Click <a href="manufacturers_names.html">here </a>to browse the manufacturer's websites by names</p> I copied and pasted the CSS under my CSS tags and renamed it "links" and did the same somewhere in the link but it didn't work. Nevermind - jaxicle, that was exactly what I needed. I just had too much data in the line - I deleted it and started again and it worked this time. THANKS!