/*
Print CSS
author: Vanderson <vandersonwebdev@gmail.com>
*/
    
* {            
	font-family:'Times New Roman', Times, serif !important;
	color:black !important;
	text-align:justify;
}

header, 
footer, 
aside, 
div.share, 
ul.breadcrumb {
	display:none;
}
 article img {
	border:none;
	text-align:center;
}
article a:link:after, article a:visited:after {
   content: " (" attr(href) ") ";
}
article a:link:after img:after, article a:visited:after img:after {
	 content: "<br>";   
}