/* CSS Document */
@media print
{
	a {
	   color:#000;
	   text-decoration: underline;
	}
	a:hover {
	   color:#000;
	   text-decoration: underline;
	}
	.article a:link:after,.article a:visited:after {
	   content: " (" attr(href) ") ";
	}
	span.date {
		color: #000;
	}
	span.date .hour {
		color: #000;	
	}
	.sectionArticle {
	   padding: 0;
	   background-color: #fff;
	}
	.article {
		font-family: "Times New Roman", Times, serif;
		color: #000;
		font-size: 18px;
		text-align: justify;	
	}
	.article header {
		font-size: 20px;
		font-weight: bold;
		color: #000;
	}
	.article p.date {
		font-size: 14px;
		font-style: italic;
		color: #000;
	}
	table.image img {
		max-width: 100%;
		border: 1px solid #000;
	}
}
