hartija css print framework
http://code.google.com/p/hartija/
1 body { 2 width:100% !important; 3 margin:0 !important; 4 padding:0 !important; 5 line-height: 1.4; 6 word-spacing:1.1pt; 7 letter-spacing:0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; } 8 9 h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; } 10 h1{font-size:19pt;} 11 h2{font-size:17pt;} 12 h3{font-size:15pt;} 13 h4,h5,h6{font-size:12pt;} 14 15 code { font: 10pt Courier, monospace; } 16 blockquote { margin: 1.3em; padding: 1em; font-size: 10pt; } 17 hr { background-color: #ccc; } 18 19 img { float: left; margin: 1em 1.5em 1.5em 0; } 20 a img { border: none; } 21 22 a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; } 23 a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; } 24 a[href^="http://"] {color:#000; } 25 26 table { margin: 1px; text-align:left; } 27 th { border-bottom: 1px solid #333; font-weight: bold; } 28 td { border-bottom: 1px solid #333; } 29 th,td { padding: 4px 10px 4px 0; } 30 tfoot { font-style: italic; } 31 caption { background: #fff; margin-bottom:2em; text-align:left; } 32 thead {display: table-header-group;} 33 tr {page-break-inside: avoid;}