I have text-shadow

Code used in this page

.text-shadow {
	font-size: 2em;
	
	/* Firefox, WebKit, Opera 9+ */
	text-shadow: 3px 3px 5px #999;
}