BODY {
	background-color: #de2219;
	margin: 0px 0px 0px 0px;
}

.glow {
	filter:Glow(color=#000000,strength=3); /* IE */
	text-shadow: 1px 1px 2px #000000, -1px -1px 2px #000000, 1px -1px 2px #000000, -1px 1px 2px #000000; /* all other browsers */
}

.link-header {
	color: white; 
	font-family: Brush Script MT;
	font-size: 30pt;
}

A {
	color: white; 
	font-family: Impact; 
	font-size: 16pt;
	text-decoration: none;
}