<html>
<style type="text/css">
<!--
A.links:HOVER  {
	color : Red;
	text-decoration : underline;
}

A.LINKs  {
	color : Blue;
	text-decoration : underline;
	font-family : arial;
}

A:HOVER  {
	color : Red;
	text-decoration : underline;
}

A {
	color : Blue;
	text-decoration : underline;
	font-family : arial;
}


TD  {
	font-family : arial;
	color : midnightblue;
}
caption  {
	font-family : arial;
	text-decoration : underline;
	color : midnightblue;
}
H1  {
	font-family : arial;
	text-decoration : none;
	color : midnightblue;
	font-size : small;
}

P {
	font-family : arial;
	color : midnightblue;
}

div {
	font-family : arial;
	color : midnightblue;
}

blockquote {
	font-family : arial;
	color : midnightblue;
}

center {
	font-family : arial;
	color : midnightblue;
}
-->
</style>
</html>