BODY {
	margin: 0;
	padding: 1em 3em;
	color: #dbf;
	background: #000;
}
H1 {
	text-align: center;
}
HR {
	color: #000;
	background: #000;
	border-bottom: 3px dotted #dbf;
}
A:link {
	color: white;
	text-decoration: underline;
}
A:visited {
	color: #dbf;
	text-decoration: underline;
}
A:hover {
	color: #ffd;
	text-decoration: none;
}

