body {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #999;
	cursor: auto;
	font-size: 14px
}
a {
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #D2d750;
}
a:hover {
	color: #F0F658;
}
a:active {
	color: #DBEF23;
}

