@media print {

body {
	background: white;
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
 margin:0;
	}

.links, #clutter, .bottom {
   display: none;
   }

#notePad {
   margin:-40px -50px 0px -380px;
   width:100%;
   }

.middle {
   width:100%;
   }

}