@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
div.fubar {
	color:#697580;
}
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
body {
	margin-left: 25px;
	margin-top: 25px;
	width: 900px;
}
a {
	font-size: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
-->
</style>