by Dragos, on October 14th, 2008  

The CSS Optimiser is a handy tool for those who want to speed up their time loading pages, save bandwidth and tidy their CSS code. This tool will try to optimize your CSS styles, find duplicate properties, classes or ids and it will merge selectors with the same name.
Just look at the example below:
a {
color:yellow; [...]