Allow pages/categories to have different styles by adding a CSS Class (the Page Name or Category/Tag Slug) to the BODY.
For example: if you are under yourdomain.com/contact-page the plugin will add a CSS Class named "contact-page" to the BODY tag (e.g. <body class="contact-page">).
The same applies if you are under yourdomain.com/category/plugins (or yourdomain.com/tag/plugins), the plugin will ad a CSS Class named "plugins" to the BODY tag.
Please feel free to contact me for any bugs found!