html{
	width: 100%;
}
body {
	background: white;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
}
h5 {
	font-size: 8pt;
	font-weight: bold;
}
h6 {
	font-size: 7pt;
	font-weight: bold;
}
#header, #footer, #subcol {
	display: none !important;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#content {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}