﻿/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  font-family: 'Arial', Helvetica, sans-serif;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#mainnav { display: none; }
#print-link { display: none; }
.contentBox2 { display: none; }
.contentBox3 { display: none; }
.contentBox4 { display: none; }
#socialmedia { display: none; }


