Out of pure curiosity, I am wondering if there is a program or script that can automatically generate a style sheet (with empty values) based on the structure of your HTML document. Essentially, it would extract the IDs and classes you have set in your HTML and create placeholder CSS so you don't have to pre-plan it or rewrite it again - keeping the D.R.Y. principle in mind. If you think this could benefit others here, feel free to share your thoughts! Personally, I believe in not repeating anyone else's work, hence my rule of DRABEE (Don't Repeat Any Body Else Either). Thank you!