﻿@media print{

html{
	min-width:955px;
}

body{
	background-color:#fff;
	color:#5a5a5a;
  -webkit-print-color-adjust: exact;
}