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

  
body, #container, #mainContent, #maincontent2, #content, #textarea, #footer {
float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
   color: #000;
   font: 12pt/20pt "Times New Roman", Times, serif;
}
/* Remove unwanted elements */

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



/* Ensure the content spans the full width */



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

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


