/* CSS Document */

@media print{
  body{ background-color: #ffffff; 
  		background-image:none; 
		color:#000000 }
  #topnav{ display:none;}
  #contentarea{ width:75%;}
  #header{ width:50%; 
  		   height:50%}
}
