Devi specificare un foglio di stile per la stampa nel tag head della pagina:
oppurecodice:<link rel="stylesheet" type="text/css" href="css_per_la_stampa.css" media="print" />
codice:<style type="text/css"> @import url("css_per_la_stampa.css") print; </style>