BODY {
		background-color: cornsilk;
		color: saddlebrown;
		font: medium, Arial;
		font-size:12pt;
		font-weight: 600;
		}
		
P {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: 450;
	}

.front {
	font-family: Arial;
	font-weight: 900;
	font-size: 64px;
	margin-top: -98px;
	color: saddlebrown;
	}

.shadow {
	font-family: Arial;
	font-weight: 900;
	font-size: 64px;
	margin-left: 8px;
	color: darkkhaki;
	}

TD EM { color: green }

A.linkanchor { font-size: 17px; }

A {
	font-family : Tahoma, Arial;
	font-size : 13px;
	font-weight : bold;
	color : saddlebrown;
	text-decoration : none;
	margin-top: 0px;
	margin-left: 0px;
}

A:HOVER {
	font-family : Tahoma, Arial;
	font-size : 13px;
	font-weight : bold;
	color : green;
	text-decoration : none;
	margin-top: 0px;
	margin-left: 0px;
}


