 $(document).ready(function(){

	
	$("table.barevna tr:even td").css("background", "#d4eac9");
	

 });
