body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#navigation, #advertising, #other { 
  display : none; 
}

@media print and (width: 8.5in) and (height: 11in) {
      @page {
          size: 21.0cm 29.7cm;
  	      margin-top:1.7cm;
      	  margin-bottom:0.4cm;
      	  margin-left:2cm;
      	  margin-right:2cm
          margin: 0;
      }
   }