
@media print {


@page{
    margin: 10in;
    size: A4;
}

html, body {
	color: #000 !important;
	background-color: #fff !important;
	font-size: 95%;
	width: 95%;
}

#header a {
	border: 0;
}

#header .date {
	float: right;
}

#header .nav,
#header form,
#menu,
#featured,
#footer,
#content #recommended,
#content.article .right,
#content .share,
#content #fb-root,
#content .fb-comments {
	display: none;
}

a {text-decoration: none; border-bottom: 1px dotted #000; color: #000;}

#content .content .lead {
	font-weight: bold;
}

#content a:link:after,
#content a:visited:after {content: " (" attr(href) ") "; font-size: 75% !important; color: #000 !important; font-weight: normal !important; text-decoration: none; border-bottom: 0;}

* html * {zoom: 1;}

#content .content .date {
	font-size: 70%;
}

}