body {
	background: white;
	color: black;
	font-family: Arial, sans-serif;
}

a, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

h1 {
	border-bottom: 1px dotted blue;
}

hr {
	margin-left: 1em;
	width: 45%;
	height: 1px;
	color: blue;
	background-color: blue;
}
