body {
	background: white;
	font-size: 12pt;
	
	}
TABLE {
	border:none; 
	}
BODY, TABLE, TD, H1, H2, .field {
	font-family:"Times New Roman", Times, serif;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
 a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/*Note that the spaces before and after the parentheses are actually part of the rule above—the spaces have to appear in the rule in order to be inserted into the document. “rooted” URLs like /issues/144 will be dropped into the document exactly as they are See http://www.alistapart.com/stories/goingtoprint if this is a concern */
a:link { font-family: "Times New Roman", Times, serif }a:visited  { font-family: "Times New Roman", Times, serif }
.noprint{ display : none;}
