/* A stylesheet for printed output (removes the borders, prints out urls) */
body {
	background-color: #fff;
	color: #000;
	margin: 0;
	font-family: Arial, Helvitica, sans-serif;
}

/* Hide the borders, navigation and the permenant links */
.sh-t, .sh-b, .breadcrumb, .nav, .permalink {
	display: none;
}

.sh-mo {
	background-image: none;
}

.sh-mi {
	padding: 0;
}

/* Set everything to be on a white background */
div#content blockquote, div#content tt {
	background-color: #fff;
	color: #000;
}

/* Change the style of links to be bold and blue */
#content a:link, #content a:visited {
   font-weight: bold;
   text-decoration: none;
   background-color: #fff;
   color: #00f;
}

/* Display the URLs of links */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-weight: normal;
}
