/* Set page background color */
body {background: white; font-size:11pt; font-family: "Times New Roman", Times, Garamond, serif;}

/* Remove unwanted elements */
.header, .nav, .right, .noprint, .footer {display: none; width:0; height: 0; position: absolute;}

/* Ensure the content spans the full width */
center, .content {width: 7.25in; margin: 0px; float: none; background: white;}

/* Improve colour contrast of links */
a:link, a:visited {color: #781351}

/* Restyle Boxquotes */
.boxquote {
	background: white;
	color: black;
	padding: 5px 5px 0;
	border: 0;
	margin: 0px 30px 10px 30px;
	font-style: italic;
}
	.boxquote p {background: white;	color: black;}