
Will not work in all browsers

.text-shadowed-welcome
{
	font-size: 3em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #000000; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

.text-shadowed-welcome:before
{
	content: "Welcome!"; /* generated text */
	display: block;
	font-weight:bold;
}

.text-shadowed-welcome:before
{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #D8D8D8; /* shadow color */
	background-color: transparent;
	font-weight: bold;
}