@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin: 0px;
	/*padding-top: 10px;*/
	padding-bottom:0px;
	background:#000;
}
a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
}