body {
	color: white;
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}

a {
	color: #adff2f;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: none;
}