#hd p, #nav, #ft_nav, #sidebar, html body #ft img {
  display: none !important;
}

body, #main, #content, .column, #articletext, #ft {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body #main {background: none;}

#doc {position: static; width: auto; height: auto;
  margin:  2em; padding: 0; border-top: none;
  font-size: 0.9em; text-align: left;
  background: none;}
html body #doc a:link, html body #doc a:visited, html body #doc a em {
  position: static; display: inline;
  font-size: 1em; font-weight: normal; width: auto; height: auto;
  margin: 0; padding: 0;
  background: none; color: #555;}

html body #content .docinfo {padding: 0 0 0.5em; margin: -1.5em 0 2em; text-align: left;
  background: none; position: relative;}
html body #metastuff {background: none;}
html body #learnmore {border-top: 0; border-bottom: 1px dashed #999;}
html body #ft {background: none; border-top: 1pt #000 solid;}
html body #ft p {border-left: none; margin-left: 0; text-align: left;
 }


html body pre, html body code {vertical-align: baseline;}

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

#doc a[href^="/"]:after,
#authorbio a[href^="/"]:after,
#ft a[href^="/"]:after {
   content: " (http://www.cfag.co.uk" attr(href) ") ";}
 