#header, #footer {
  display: none; }

body {
  width: auto !important;
  font: 11pt/120% 'Times New Roman', Times, serif;
  text-align: left;
  color: #000;
  background-color: transparent !important; }

#middle {
  width: auto !important;
  margin: 0;
  padding: 0;
  background-color: transparent !important; }

h1, h2, h3 {
  padding: 0;
  color: #000;
  background-color: transparent; }

#container a:link,
#container a:visited {
  text-decoration: underline;
  color: #000 !important;
  background-color: transparent; }

#container a:after,
#container a:link:after {
  color: #000;
  background-color: transparent;
  content: " * Link " attr(href) "* "; }

#container a:visited:after {
  color: #000;
  background-color: transparent;
  content: " * Link " attr(href) "* "; }

acronym[title]:after,
abbr[title]:after {
  content: " (' attr(title) ')"; }
