/*------------------------------------*\
	$PRINT
\*------------------------------------*/
*{
	color: black;
	background-color: white;
	font-family:"Times New Roman",Georgia,Serif;
}
a{
	color: blue;
}
nav,
nav#navDesktop,
header,
footer,
#sidebar,
#connectModal,
#toTop,
.notprint,
iframe{
	display:none !important;
}
article img{
	display: none;
}
#firstColumn{
	display: block;
}
figure img{
	display: block;
	max-width: 100%;
}
h4{
	font-size: 18pt;
}
a[href*="//"]:not([href*="letarnlibre.com"]):after {
    content: " (" attr(href) ") ";
}
figcaption{
	margin-top: 10pt;
}