}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 16px;
}

a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: ##00FF00;
}
a:active {
	text-decoration: none;
}
