﻿/* Set printer friendly styles such as a white background with black text. */
body {
  color: #000;
  background-image: none;
  border-color: #000; 
  background-color: #fff;
}

