$(document).ready(function(){
	$('#content tbody tr:even').css('background-color','#65D6AB');
});
