body {
	background: white;
	font-size: 12pt;
}

#skip {
	display: none;
}

hr {
	display: none;
}

#header, aside, #footer-wrap {
	display: none;
}
 
#content #options, #content #comments, #content #orderHistoryPrint {
	display: none;
}

#page-header-image {
	display: none;
}

#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;

}

#content p{
	margin-bottom: 15px;

}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
