/* print.css */

body {
line-height:1.25;
font-family:Arial, Helvetica, sans-serif;
color:#000;
background:none;
font-size:10pt;}

div {
background:none;}

h1, h2, h3, h4, h5, h6 {
font-family:Arial, Helvetica, sans-serif;}

h4, h5, h6 {
font-size:inherit;}

img {
float:left;
margin:1em;}

a img {
border:none;}

a:link, a:visited {
background:transparent;
font-weight:bold;
text-decoration:underline;}

/* Below rule causes browsers that understand CSS2 (most everything but IE) to insert the value of an anchor’s href attribute, in-line, after the text */

a:link:after, a:visited:after {
content:" (" attr(href) ")";
font-size:90%;}