html {
	width:100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: white;
	font-size: 12pt;
	margin: 0px;
	padding: 20px;
	-webkit-print-color-adjust: exact;
}
img {
	border: 0;
}
/* Hide Various Elements when printing */
#pipe,
.menu-toggle,
#nav,
#subnav .wrap,
.gototop,
.post-edit-link,
.genesis-skip-link,
#header .site-image img,
#footer {
	display: none;
}


#description a,
#title a {
	color: #000;
	text-decoration: none;
	font-size: 24px;
}

/* Link Management */
a:link, a:visited {
	background: transparent;
	color: #555;
	font-weight: bold;
	text-decoration: underline;
}