@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 11;
	padding: 0;
	text-align: left;
	color: #000000;
}
h1 {
	font-family: Georgia, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14pt;
	color: #000000;
}
a:link {
	color: #CC3300;
}
a:visited {
	color: #CC3300;
}
a:hover {
	color: #266B49;
}
a:active {
	color: #CC3300;
}
