Various Advice
(3)
Use CSS comments
/* they are C-like comments */
That is, anything between /* and */ are ignored.
This is useful for notes on why you did things the way you did.
Use Validation services
Check the browser compatibilities for advanced CSS2 possibilities