/* CSS Document */
<style type="text/css">
<!--
a:link {
	color: #FF0000;
	text-decoration: none;
	font-size:20px;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-size:20px;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-size:20px;
}
a:active {
	text-decoration: none;
	color: #00FF00
	font-size:20px;
}
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bgAnim.jpg);
}
h1 {
	font-size: 36px;
	color: #0000FF;
}
h2 {
	font-size: 24px;
	color: #000099;
}
-->
</style>