body {
	background-color: black;
	color: green;
}
body a {
	color: gray;
}
body a:hover {
	color:white;
}
