$(document).ready(function() {
	$("td.right .content:odd").css("background-color", "#b69f85");
});

