/* Remove unwanted elements */
head,header,nav,aside,footer, .noprint {display: none;}
/* Ensure the content spans the full width */
#section.print {width: 100%;margin: 0;float: none;}
#article.print {width: 100%;	margin: 0;float: none;}
#contactform .print {width: 100%;margin: 0;float: none;}	
/* Change text color to black */
.lighttext {color: #000;}
/* Improve color contrast of links */
a:link, a:visited {color: #781351;}