@charset "utf-8";
/* CSS Document */

body {
	font: medium Verdana, Arial, Helvetica, sans-serif;
	color: #DFDFDF;
	background: #000000;
	margin: 0;
	text-align: center;
	
}
.copyright {
	font-size: 10px;
}
a {
	color: #CCC;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
