@charset "utf-8";

@import url(./a.css);

body
{
	text-align:			center;
	background:			#000000;
	color:				#FFFFFF;
	font-size:			9pt;
	font-family:			sans-serif;
	line-height:			100%;
	padding:			0;
	border:				none;

}


h2
{
	font-size:			10pt;
	font-weight:			bold;
}

h3
{
	font-size:			9pt;
	font-weight:			bold;
}

p
{
	text-indent:			0.5em;
}

div.c { text-align: center }



.none
{
display: none;
}

