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


<style type="text/css">

body {
	font-family: Arial;
	font-size: 24px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}

h2 { font-family: Arial; font-size: 30px; color: #000000; text-decoration: none; font-weight: bold; text-align: left; }

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
}

p a {
	font-family: Arial;
	font-size: 15px;
	color: #006600;
	text-decoration: underline;
}

</style>

