body {
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	overflow:visible;
}
#header {
	display:none;
}
#container {
	background:white;
	overflow:visible;
	width:auto;
}
a, a:link, a:visited, a:active, a:hover {
	color: black;
}
.more {
	display: none;
}
#navigation {
	display:none;
}
table {
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
	width:auto;
}
h2, th {
	padding:1em 0 0;
	margin:1em 0 0;
	border:none;
	border-bottom: 1px solid black;
}
#resume {
	overflow:visible;
	width:auto;
}
#resume-name-print {
	display:block;
	font-size:36px;
	font-weight:bold;
	padding:0 0 0.5em 0;
	border:0;
}
#resume-name-screen {
	display:none;
}
.content {
	margin:0;
	width: 100%;
	position:relative;
	top:0px;
	left:0px;
	background: none;
}
ul, td {
	margin:0 0 10px;
	padding:0 0 0 10px;
	list-style-type:none;
	border:none;
}
li,td {
	color: black;
	padding: 0;
}
td {
	padding: 0 10px 0 0;
}