/* @group print.css */

body {
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, sans serif;
	color: black;
	font-size: 9pt; }

#site_info {
	display: none; }

h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Arial, sans serif;
	word-spacing: -1px; }

a {
	color:#930;
	text-decoration: none;
	font-weight: bold; }
	
#content a:after {
	content: " (" attr(href) ")";
	font-size: 6pt;
	font-weight: bold;
	color: #898989; }

/* @end */