$(document).ready(function() {
	$(".txt table[border]").css('border-collapse', 'collapse');
	$(".txt table[border]").each(function(){
		$("td, th", $(this)).css('border', $(this).attr('border') + 'px solid #999');
	});
});
