$(document).ready(function(){
	$("#game_test tbody tr:even td").css("background","#e8f1fa");
});

