﻿/* printer friendly styles -- white background with black text. */

body {
  background-color: #fff;
  background-image: url(../images/none);
  border-color: #000;
  color: #000;
  }