body {
	background-color: black;
	color: white;
}
a:link, a:active, a:visited {
	color: white;
}
a:hover, a:focus {
	color: black;
	background-color: white;
}