/* CSS Document */

@media print {
body { color : #000000; 
	background : #ffffff; 
	font-family : "Times New Roman", Times, serif; 
	font-size : 12pt; 
	}
p {
      font-family  : garamond, bodoni, "times new roman", serif ;
      font-size    : 12px ;
	  background : #ffffff; 
	  color: #CC0000;
      margin-left  : 1cm  ;
      margin-right : 1cm  ;
	  width:85%;
	  text-align:left;
} 
a { text-decoration : underline; 
	color : #0000ff; }
.greenlink {
	font-family: garamond, bodoni, "times new roman", serif ;
	font-size: 10px;
	color: #0000ff;
}
#menu { 
  display : none; } 
#main { 
  width: 100%; /*trying to get text to fit 100% width then wrap !*/
}
}