body {
	background-color: black;
	color: white;
}
a {
	color: gold;
}
a:hover {
	color: white;
}
ul.none {
	list-style-type: none;
}