CSS Stylesheet Maintenance Help

I prototyped a few different portfolio pages in a single bsdesign file. When I decided on the page layout that I wanted to move forward with, I deleted the other pages and finished my project. Now when I export the final pages I have all the CSS style files I played with being included in the <Head> section and being exported.

Any tips for an easy way to figure out which stylesheets are really being used so I can safely remove the others from the bsdesign file and re-export?

Thanks, JohnS

Check your code (you should be able to do a search for .css in the code of most text editors) and see which ones are used on each page. Easiest way to do it I can think of unless you are vigilant and add/remove them while your testing so they aren't there on export. :)