#headerFont {
        text-underline-offset: 12px;
        text-decoration: underline overline;
	color: white;
        letter-spacing: 5px;
	font-size: 60px;
	text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

