
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: black;
	color: white;
}

a:link, a:visited {
	color: #00adee;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}