body {
	max-width: 600px;
	margin: 6em auto;
	font: 14px monospace;

	color: #eeeeee; /* https://bettermotherfuckingwebsite.com :D */          
	background: #131313;
}

a {
	color: #999999;
	text-decoration: none;
}
a:hover { text-decoration: underline solid 1px; }
