  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }

body	{
	position: static;
	margin: 0.25in;
	background: white;
	font-size: 11pt;
 	}

.ahem {display: none;}

#navigation {display: none;}


a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

a:link:after, a:visited:after {
   text-decoration: none;
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

/*a[href^="/"]:after {
   content: " (http://www.cadenceweb.com" attr(href) ") ";
   }*/
