/* Remove unwanted elements */
body {background:none;}

header, nav, footer, .noprint {display: none;}

/* Ensure the content spans the full width */
.container {background:none;width:100%;margin:0;padding:0;float:none;-webkit-box-shadow:none;box-shadow:none;-moz-box-shadow:none;}
.one-third.column, two-thirds.column, .one-half.column {margin:0;padding:0;width:100%;float:none;}

/* Change text colour to black (useful for light text on a dark background) */

/* Improve colour contrast of links */
a:link, a:visited {color: #781351}