body {
	font-family: "Liberation Sans", Arial, Helvetica, "Bitstream Vera Sans", "DejaVu Sans", sans-serif;
}
* {
	background: inherit;
}
#topmenu, #submenu, #right, #footerlinks {
	display: none;
}
#content a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: underline;
}
#content a[href]:after {
	content: " ("attr(href)")";
	color: #aaa;
	font-style: italic;
	font-size: .8em;
	text-decoration: none;
}
acronym[title]:after, abbr[title]:after {
	content: " ("attr(title)")";
	color: #aaa;
	font-style: italic;
	font-size: .8em;
	text-decoration: none;
}
img {
	border: none;
}
