@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	background-color:#113d68;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
h1 {
	font-size: 24px;
	color: #000099;
}
h2 {
	font-size: 18px;
	color: #000099;
}
h3 {
	font-size: 16px;
	color: #000099;
}

</style>
