$(function(){
	$('#blocG h2, #blocG h3').bind('mouseenter', function(){
		$(this).css('background-color','#036a73');						 
	});
	$('#blocG h2, #blocG h3').bind('mouseleave', function(){
		$(this).css('background-color','#004e55');					 
	});
});
