BODY {
	background-image : url(parch.gif);
	font-family : Arial;
	font-size : 14pt;
	color: Black;
	text-align: center;
}
DIV {
	font-family : Arial;
	font-size : 14pt;
	color: Black;
	text-align: center;
}

P {
	font-family : Arial;
	font-size : 14pt;
	color: Black;
	text-align: left;
}

H1 {
	font-family : Arial;
	font-weight : bold;
	text-align : center;
}
H2 {
	font-family : Arial;
	font-weight : bold;
	color : #000080;
	text-align : left;
}

TD {
	font-family : Arial;
	font-size : 14pt;
	color: Black;
	font-weight : bold;
}

TH {
	font-family : Arial;
	font-size : 14pt;
	color: #FFFF99;
	background-color: #008080;
	text-align : left;
}

UL {
	font-family : Arial;
	text-align : left;
	color : Black;
}

A:ACTIVE {
	color : #ff0000;
}
A:HOVER {
	text-decoration : underline;
	color: #008080;
}
A:LINK {
	color: #0000FF;
	text-decoration : none;
}
A:VISITED {
	color: Green;
	text-decoration : none;
}

