/* A basic stylesheet for printers */
/* Make text serif and b/w */
body
{
  color: #000000;
  background: #ffffff;
  font-family: "Times New Roman", Times, serif; font-size : 12pt;
} 

/* Make links obvious */
a { text-decoration : underline; color : #0000ff; }

/* expand the margins for printing */
#primaryContent
{
  margin: 0%;
}


/* Don't print the following */
#menu, #left-sidebar, .noprint
{
  display: none;
}
