@media print {

aside, .titlePage, .bottomPage, header {
        display: none;
    }
body {
        color: #000;
        background: #fff;
    }
content
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.e_archive
{
	color: #000;
	background: #fff !important;
}
.e_archive td
{
	border: 1px #707070 solid;
}

.e_archive tr:nth-child(1)
{
	border: none !important;
	color: #fff;
	background: #787878 !important;
}

.e_archive tr
{
	border: none !important;
	color: #000;
	background: #fff  !important;
}
ul, img {
    page-break-inside: avoid;
}
a {
        font-weight: normal;
		color: #000;
        text-decoration: none;
    }

a[href^='/']:after {
       content: "";
   }
font 
{
	color: #000;
}