body {
	background: none;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	}

#header, #sidebar, #footer {
	display: none;
	}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
	}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	}