$(document).ready(function() {
	$("p[style]").removeAttr("style");
	$("span[style]").removeAttr("style");
	$("font[size]").removeAttr("size");
});

