<!--
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
}
h1 {
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
	background-color: #000000;
}
.text {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	background-color: #000000;
}
a:link  {
	font-family: Arial;
	font-size: 10pt;
	color: #a9a9a9;
	text-decoration: none;
	background-color: #000000;
}
a:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #a9a9a9;
	text-decoration: none;
	background-color: #000000;
}
a:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #a9a9a9;
	text-decoration: underline;
	background-color: #000000;
}
-->