/*http://www.alistapart.com/articles/alaprintstyles/*/


/* Ensure the content spans the full width */

  
body, div#container, div#mainContent, div#content, div#footer{
float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
   border: none;
}


/* Remove unwanted elements */

#header, #sidebar1, #footer, .noprint {
display: none !important;
}




/* Change text colour to black (useful for light text on a dark background) */
#mainContent p
{
	color: #000;
	font-size: 12pt;
	top: 0px;
	right: 0px;
}

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

