
/*****PRINT STYLE SHEET BEGINS, CREATED 28/03/2011*******/

/* Ensure the content spans the full width */
#container, #container2, #content
{width: 100%; margin-left: 2em; margin-right: 2em; float: none;}

/* Remove unwanted elements users may not find useful including in their print-outs*/
#header, #navbar, .noprint
{display: none;}

/* Improve colour contrast of links when printed out on paper due to dark color */
a:link, a:visited
{color: #00000d}

/* Ensures all text are return to default when user prints out data */
.lighttext{color: #00dge7}

/*****PRINT STYLE SHEET COMPLETED*******/