﻿body 
{
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

a 
{
  text-decoration : underline;
  color : #0000ff;
}

/*
#style5{display:none;} 
This doesn't seem to work to stop the master page content from being printed
See fix below where page is set to not print elements with the noPrint class
*/

.noPrint{display:none;}


