*|body {
  background: white none repeat scroll 0%;
  font-size: 12pt;
}
*|#tabs, *|#leftcolumn, *|#footer, *|#header {
  display: none;
}
*|#contentcolumn, *|#container {
  border:  none;
  margin: 0 5%;
  padding: 0;
  background: transparent none repeat scroll 0%;
  width: auto;
  float: none ! important;
  color: black;
}
*|div#contentcolumn {
  border-top: 5px solid #8fbc8f;
  margin-left: 10%;
  padding-top: 1em;
}
*|a:link, *|a:visited {
  background: transparent none repeat scroll 0%;
  color: #552200;
  font-weight: bold;
  text-decoration: underline;
}
*|#contentcolumn *|a:link:after, *|#contentcolumn *|a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
*|#contentcolumn *|a[href^="/"]:after {
}
