body {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
}
/* things to hide */
#siteNav, #resumeNav, .topLink, #siteFoot, #printIcons {
	display:none;
}
/* page breaking */
.exphead, ul {
	page-break-inside: avoid; /* only Opera & mPDF... pfft */
}
.content {
	display: block !important;
	clear:both;
}
header, .content {
	height: auto !important;
}
h1, h2, h3, h4, h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
}
li {
	font-family: "Times New Roman", serif;
	font-size:11pt;
}
/* still use columns in Skills */
#skills .sk {
	width: 50%;
}
#skills .odd {
	float: left;
	clear: left;
}
#skills .even {
	float: right;
	clear: right;
}
#skills .sk ul {
	margin-top: 0;
}
#skills .sk h3 {
	margin-bottom: 0;
}
/* grouped headings */
#resume h3, #resume h4 {
	font-weight: bold;
	font-size:11pt;
}
#resume .exphead h3 {
	margin-bottom:0;
}
/* #resume .exphead h3 + h4 { */
#resume .exphead h4 {
	margin-top:0;
	/* margin-bottom:0; */
}
/* #resume h3 + ul, #resume .exphead + ul { */
#resume ul {
	margin-top: -1em;
}
