body {
	background: white;
}

#header {
  display: none;
}

#column-left {
  display: none;
}

#colophon {
  display: none;
}

#content-block {
  background: white;
  margin: 0px;
  padding: 0px;
  float: none !important;
  color: black;
  background: transparent;
}

a:link,
a:visited {
/*
  content: " (" attr(href) ") ";
*/
  color: #520;
  background: transparent;
  text-decoration: underline;
}