body, p{
	background: white;
	font-size: 12pt;
}
a, a:link, a:visited{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#nav, #footer, #header{
	display: none;
}
#container, #wrapper, #content{
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	background: transparent;
}
#content{
	margin: 0 5%;
}
#content a:after, #content a:link:after, #content a:visited:after{
	content: " (" attr(href) ") ";
	font-size: 80%;
}
#content a[href^="/"]:after{
	content: " (http://www.angusauxiliary.com" attr(href) ") ";
}
#content ul{
	list-style-type: square;
	font-size: 10pt;
	list-style-position: inside;
}
#content ol.abc{
	list-style-type: lower-alpha;
	font-size: 10pt;
	list-style-position: inside;
}
