﻿
/* print styles */


@media print {
    body {  background: #ffffff;
            font-family:Arial;
           }
}



