@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	background-color: #000;
	margin-top: 0px;
	margin-left: 0px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #5FABFF;
	text-decoration: none;
}


a:active {
	color: #5FABFF;
	text-decoration: none;
}
