<html><head><title>CSS Style Sheet</title></head><body>
<style type="text/css"> <!--

a {
	color: #FF7800;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #446B1E;
}

body {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 80%;
}

h1 {
	font-family:  Georgia, serif;
	font-size: 200%;
}

td {
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
}

-->
</style></body></html>