body {
	margin: 2em;
	background-color: #7e0e19;
	color: white;
}

a:link {
	text-decoration: underline;
	color: #ffedd5;
}
a:visited {
	color: #ffedd5;
	text-decoration: underline;
}
a:hoover{
	background-color: inherit;
	color: white;
	text-decoration: underline;
}
a:active {
	background-color: white;
	color: #7e0e19;
	text-decoration: underline;
}
span.print {
}

