html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #640000;
}