html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#000000;
}

#site_flash{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-310px;
	margin-left:-475px;
}

p{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
}

a{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

