body {
	background: black;
	color: white;
	font-family: sans-serif;
}
body a {
	color: white;
}
body a:hover {
	color: lime;
}