$(document).ready(function() {
	$("table td").removeAttr("bgcolor");
	$("table font").removeAttr("face").removeAttr("color").removeAttr("size");
});