/*This style sheet is for creating some print-friendly areas of the website*/

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
  margin: 0px;
  width: 650px;
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}

#projectcontent  #content  #contentss   {margin: 0px; color: #000000; width: 650px;}

/*The following classes will not print*/

#navcontainer, #advertising, #other, #menu, #banner, #sidebar, #sidebar-b, 
#staffimg, #sidebar-bss, #footer { 
  display : none; } 