/* CSS Document */
body {
	background: white;
	font-size: 12pt;
}
#header,
#left,
#middle,
#footer,
.anchors,
.breadcrumbs,
.print {
	display: none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#right a:link:after, #right a:visited:after {
	content: " (" attr(href) ") ";
}
#right a[href^=""]:after {
	content: " (http://www.yoursiteaddress.com/" attr(href) ") "; /* replace with real URL */
}