@media print {
  body { 
    font-family:Times New Roman, Times, serif;
    color:#000;
    background-color:#fff;
  }
  #header-box, 
  #navi, 
  #footer {
	display:none;
  }
}

@media handheld {

}