body {
	font-family: Georgia, serif;
	background: none;
	color: black;
}
#page-wrap {
	width: 100%;
	margin: 0 5%; 
	padding: 0;
	background: none;
	color: black;
}
.no_print {
	display: none;
}
.print_only {
	display: inline;
}
#footer {
	background: none;
}
a:after {
	content: " [" attr(href) "] ";
}
a,
a:link, 
a:visited { 
	color: #520; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline; 
}