/*
 * print.css 
 */

body { 
  font-family: 'Times New Roman', Times, serif; 
  font-size: 12pt; 
  color: #000; 
  background: #fff; 
  width: 100%; 
  background-color: #fff; 
}
.topCat, 
.leftCat, 
.rightCat, 
.footer, 
#backIssues, 
#contentWell, 
.icopy, 
.googlead { 
  visibility: hidden;
  display: none;
}

#container {
  margin: 0;
  width: 90%;
}

#content {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* underline all links */
a:link, a:visited {
  color: #520;
  background: transparent;
  text-decoration: underline !important;
}

/* CSS2 selector to add visible href after links */
#content a:link:after, #content a:visited:after,
.content a:link:after, .content a:visited:after {
  content: " (" attr(href) ") ";
  font-weight: normal;
}

/* don't float floating things */
#content, #container {
  float: none;
}

html body {
  background: transparent;
  width: auto;
}

/*
 * End print.css 
 */
