/* Remove unwanted elements */
#header, #nav, .noprint {display: none;}

/* Ensure the content spans the full width */
#content, .container-16 {width: 100%; margin: 0; float: none;}

/* Change text colour to black*/
body {color: #000000;}

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

/* Hide the print and back buttons */
.print-button {visibility: hidden; display: none;}
.back-button {visibility: hidden; display: none;}
