@media print{
body {
   background: white;
   font-size: 12pt;
   }
#menu {
   display: none;
   }
#main_table {
   overflow: visible ;
   width: auto;
   margin: 0%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   font-size: 90%;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#main_table a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#image_b, #image_h1, #image_c, #nav, #intro {
display:none;
}

#map {
position:absolute;
top:400px;
left:50px;
}

}
