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

<style type="text/css">

body {
	background-image: url();
}

</style>
<style type="text/css">

.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-right: 10px;
	margin-left: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}
a:link {
	color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #006600;
}

</style>
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12px;
}

