/* 打印CSS */
body {
   background: white;
   font-size: 12pt;
   }
#header, #changeFont, #mainNav, #sideBar, .ggad, #footer {
   display: none;
   }
body, #wrapper, #content {/*包含body和wrapper是因为IE下有打印BUG*/
	width:100%;
	margin:0;
	padding:0;
}
.block {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: none !important;
   float: none !important;
   color: black;
   background: white none;
   }

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