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