body {
	margin-left: 48px;
	margin-right: 48px;
	background: black;
	color: white;
	font-size: 18px;
}
a {	text-decoration: none;
	color: white;}
a:hover {	text-decoration: underline;
	color: green;
}
