body {
	background: black;
	color: white;
}

a:link {
	color: white;
	text-align: center;
}

a:visited {
	color: white;
	text-align: center;
}

a:hover {
	color: yellow;
	text-align: center;
}
