body {
	font-family: arial, verdana, sans-serif;
   background: white;
   font-size: 12pt;
   }
img {
	border: 0px;
}
div#header {
	display: none;
}
form#quick_search {
	display: none;
}
div#menu {
	display: none;
}
div#footer {
	display: none
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}