html, body { 
	font: 12px/16px arial, helvetica, sans-serif; 
	background-color: #ffffff;
	margin: 0; 
	padding: 0;
}

div#content { background-image: none; }

.noprint { display: none; }
.print { display: block; } /* not needed but clarifies */

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
