html, body {
	font-family: "Times New Roman", Times, serif;
	width: auto;
	font-size: 11pt;
	background-color: #fff;
	color: #000;
}

a {
	color: #000;
}

a:after {
	content:" [" attr(href) "]";
}

.screen_only {
	display: none;
}