I know how to properly assign different link classes to links (ie- <a class="linkclasshere"...blahblahblah) But my question is...is it possible to apply these classes to a div or a span element? I have a list of links on my sidebar that need to be a different color (due to the darker background color in the sidebar) but I don't want to have to add 'class="linkclasshere"' to EVERY link (there are a lot!) Any help? Thanks! :)