body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
#contact {
	background: inherit;
	color: #000;
}
#content {
	margin: 0.5em;

	height: auto;

	overflow: visible;
}
#footer, #sidebar {
	display: none;
}
a {
	background: transparent;
	color: #00C;
	font-weight: bold;
	text-decoration: underline;

}
a:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}