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

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

h1,h2,h3 {
	color: #ffedd5;
}

span.print {
	display: none;
	}
	
	
dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}

dd {
	margin-bottom: 1em;
}
	
ul {
	line-height: 1.3em;
}

