@media print {

body {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   float: none !important;
   font-size: 12pt;
   }
#content {
   width: auto;
   height: auto;
   margin: 0 0 10px 0;
   padding:0;
   border:0;
   text-align:left;
   float: none !important;
   font-size: 12pt;
}
#header_wrap { height: auto; }
.clear, #bc_wrap, #nav {
   display: none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: "   (" attr(href) ") ";
   font-size: 10px;
   }
#content a[href^="/"]:after {
   content: " (http://www.seashoreace.com" attr(href) ") ";
   }
#content a[href^="javascript"]:after {
   content: "";
   }
}