YUI: Undo reset.css on part of page

I ran into a situation where I needed part of the page to render content from a user that did not need to be reformatted via reset.css. And from this thread it seems like others have too.

Here is how I am attempting to solve it. (Keep in mind I haven't fully tested it in Internet Explorer)

Basically I have created a stylesheet, that only effects elements below the class undoreset. Currently it only "undoes" certain HTML Elements, as they are the only ones I needed to "fix".

Example: Page without reset - Page with reset

Normal code, outside of class undoreset

Strong Item
EM Item

Header 1

Header 4

Header 5
Header 6
  • List Item
  • List Item

Normal code, inside of class undoreset

Strong Item
EM Item

Header 1

Header 4

Header 5
Header 6
  • List Item
  • List Item