body {
	background: none white;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	background-color: transparent;
}

#container {
	background: none transparent;
}

#header a {
	color: #000000;
	background: none transparent;
}

#article {
	background: none transparent;
}

#navigation {
	display: none;
}

html {
	width: auto;
}
body {
  background: none transparent;
  font-size: 12pt;
}

a:link, a:visited {
	text-decoration: underline;
}

#article a:link:after, #article a:visited:after {
  content: " (" attr(href) ") ";
}





