/* from Eric Meyer @ http://www.alistapart.com/stories/goingtoprint/ */

body {
   background: white;
   font-size: 12pt;
   }
img, ul#primary, ul#secondary	{
	display: none;
	}

#main, #contents {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#contents {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #b30000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#contents a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#contents a[href^="/"]:after {
   content: " (http://www.napagrowers.org/" attr(href) ") ";
   }

table {
	page-break-inside: avoid;
	width: 670px;
}
tr {page-break-inside: avoid;}
td	{
	width: 45px;
	}