﻿@media print {
    body {
      color : #000;
      background: #fff;
      font-family : Times New Roman, Times, serif;
      font-size : 20px;
    }

    a {
      text-decoration : none;
      color : #000;
    }

    #navigation, #footer, #pdsheader, #navcontainer {
      display : none;
    }
}
