Quote Originally Posted by volarete View Post
It would be great if there were one page that used all of the styles but wasn't used on the site that I could pull into Dreamweaver and style it up and see my changes in real time, since Dreamweaver will modify the CSS source from a page calling it. This would make it quick and easy for people to change their designs (as long as they use Dreamweaver, at least).
Use Firefox with the Web Developer & Firebug add-ons then you can easily identify the css of any element on any page, modify it in real time - only YOU see the changes on your screen until you save and upload those changes.

Firebug actually displays the hierarchy of the style on the element, allowing you to easily find why something you are trying to do is not working exactly as you expect.

It's free.