Default CSS to element

Default CSS to element

Hey guys,

I am looking for a way to put all CSS values on my selected elements back to its default.
I was wondering if anyone has maybe done this before and if not has any idea's to get me started.

The idea is that when I use for example:
  1. $('div.wrap div.setDefault *').defaultCSS();
The elements within .setDefault will return to its default font/color/height/width etc... so basically all posible values.

Thanks in advance.