/* this is the print stylesheet. */
body { background: #ffffff; }
#container { color: #000000; background: #ffffff; font-size: 12pt; font-family: georgia, serif }
#header { }
.sidebar, .table-sidebar-primary, .table-sidebar-secondary { display: none; }
#table-footer { background:#fff; color: #000; display:none;}
#table-footer a { display: none; }
#table-footer .meta-sep { display: none; }

#searchform { display: none; }
#table-content { background: #fff; }

.edit-link  { display: none; }

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

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
