/* hide from the printer */

#header,
#navbar,
#dropshadow,
#signup,
#coverage,
#comm_top,
#commentaries,
#comm_end,
#latest,
#strs_top,
#strs,
#strs_end,
.strs_btn,
#footer a {
   display: none;
}

/* print alt tag rather than the image in Mozilla / Opera */

#strs img {
  visibility:hidden;
  width:0;
  height:0;
}

#strs img:after {
  display:block;
  visibility:visible;
  content:attr(alt);
}

/* print URLs rather than links in all except IE */

a:link:after, a:visited:after {
  content:" [" attr(href) "] ";
}

/* link colors */

a:link, a:visited {
  color: #777 !important;
}

/* style adjustments */

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}
