body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	background: #000000;
}
a:link {
	color: #6D90B6;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
