detail_print.css (384B)
1 body { 2 font: 12pt "Times New Roman", Times, Georgia, serif; 3 margin: 0; 4 width: auto; 5 color: black; 6 } 7 8 /* Page Breaks (page-break-inside only recognized by Opera) */ 9 h1, h2, h3, h4, h5, h6 { 10 page-break-after: avoid; 11 page-break-inside: avoid; 12 } 13 14 ul, ol, dl { 15 page-break-inside: avoid; 16 } 17 18 h2 { 19 font-size: 1.3em; 20 line-height: 1.3em; 21 } 22 23 a { 24 color: #000; 25 text-decoration: none; 26 }