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

/* CSS Document */

<style type="text/css">

div.fubar {
	color:#697580;
}
body,td,th {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
}
body {
	margin-left: 25px;
	margin-top: 25px;
	width: 1200px;
}
a {
	color: #000000;
}
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>

