#main {
  display: none !important;
  background: none;
}

#articletext {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  color : #000000;
  font-size: 12pt;
}


#articletext a[href]:after
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#articletext a[href^="/"]:after
{
   content: " (http://www.c-h-w.com" attr(href) ") ";
}