.is-style-white-shadow {
	text-shadow: 0 0 20px #FFF, 
	             0 0 5px #FFF;
}
.is-style-black-shadow {
	text-shadow: 0 0 20px #000, 
	             0 0 5px #000;
}
