a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
body {
	color: #999999;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}

li {
	list-style-type: none;
	list-style-image: none;
    float: left;
	margin: 0px;
	padding: 0px;
	}

