@media print {
 a {
  background-color: inherit;
  color: inherit;
  text-decoration: none
 }
 a:after {
  content: " [" attr(href) "] ";
 }
 #box {
  border-style: none
 }
 #header, #leftmenu, #footer {
  display: none
 }
 #content {
  border-style: none
 }
}
