body {
	background: white;
	font-size: 14pt;
}
#nav, #leftnav {
	display: none;
}
#footer {
	margin-top: 20px;
}
#container, #content {
	background: transparent none;
	border: 0;
	color: black;
	margin: 0 5% 0 5%;
	padding: 0;
	width: 100%;
}
#content {
	float: none !important;
	margin: 0;
}
a:link, a:visited {
	background: transparent;
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.250metro.com" attr(href) ") ";
}
