$(document).ready(function(){
	$('h1').FontEffect({
	    outlineColor1:"#41463f",
	    outlineColor2:"#41463f",
	    outline:true,
	    outlineWeight:1,
	    shadowColor:"#000",
	    shadow:true,
	    shadowOffsetTop :3,     // The top offset position (px)
	    shadowOffsetLeft:3     // The left offset position (px)
	});
	$('h2').FontEffect({
	    outlineColor1:"#000000",
	    outlineColor2:"#000000",
	    outline:true,
	    outlineWeight:1,
	    shadowColor:"#000",
	    shadow:true,
	    shadowOffsetTop :3,     // The top offset position (px)
	    shadowOffsetLeft:3     // The left offset position (px)
	});

});
