body {
	background: white;
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#container a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#header, #menu, #footer a, #footer ul {
	display: none;
	}
	
table th {
  text-align:left;
  padding-right:10px;
  border-bottom:1px solid #aaa;
}

table td {
  padding:2px 20px 2px 2px;
  border-bottom:1px dashed #aaa;
}
	
#container, #content {
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	float: none !important;
	background:none;
	}
* {
	width: auto;
	border: 0;
	float: none !important;
	background:none;
	}