* {
	overflow: visible;
	float: none;
}

h1 { 
	margin: 5px 0;
}

#headerWrapper, #footerWrapper, #leftColumn {
	display: none;
}

#outerContent {
	width: 97%;
}

table {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	width: 92%;
	font-size: 12px;
}

table td, table th {
	padding: 3px;	
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
