/* print.css */

body {
  line-height: 1.5;
  font-family: "lucida grande", corbel, "lucida sans unicode", verdana, sans-serif;
  color: #000;
  background: none;
  font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "lucida grande", corbel, "lucida sans unicode", verdana, sans-serif;
	font-weight: bold;
}

code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { 
	float:left;
	margin: 1.5em 1.5em 1.5em 0;
}

a img {border: none;}

hr { 
  background: #ccc; 
  color: #ccc;
  width: 100%;
  height: 1px;
  margin: 2em 0;
  padding: 0;
  border: none;
}

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

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