$(function (){
	$("img").click(function(){
		$("body").toggleClass("colt45");
	});
});
