$.noConflict();
jQuery(document).ready(function() {
	jQuery("p").removeAttr("style");
});
