a:active, a:focus, a:link, a:visited {
	color: #9CAA6F;
}
a:hover {
	color: black;
	background-color: #9CAA6F;
	text-decoration: none;
}


body {
	background-color: black;
	color: white;
	font-family: tahoma;
	font-size: 14px;
}
ul {
	list-style: decimal;
	font-size: 12px;
}
