@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
body,td,th {
	font-family: Comic Sans MS;
	font-size: 12pt;
	color:#000;
}
body {
	background-color: #c65942;
	font-family: Comic Sans MS;
	font-size: 12pt;
	color:#000;
}
.menu {
	color:#FFF;
}

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color:#000;
}
-->
</style>