/* print styles */

a:link, a:visited {
	background: white;
	color: black;
	text-decoration: underline;
    font-weight: bold;
}
h1 {
	font-size: 12pt;
	display: block;
	width: 100%;
	height: 12pt;
}
h2, h3, h4, h5 {
	font-size: 10pt;
}
h1, h2, h3, h4, h5 {
	background: #fff;
	color: black;
	padding-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 9pt/15pt Arial, Helvetica, sans-serif;
	color: black;
	background: white;
}
#content {
	width: auto;
	margin: 0;	
	padding: 0;
	text-align: left;
	background: white;
}
#capBottom {
	display: none;
}
#lifestyle {
	display: block;
	margin: 0 0 2px 0;
}
#footer,
#globalnav,
#titlenav {
	display: none;
}
br.clearboth, 
div.clearboth {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}
label {
	display: block;
}
a[href^="/"]:after {
	content: " (http://www.algomanetcompany.net" attr(href) ") ";
}
 taken from niftyPrint.css 
.rtop,.artop {
	display: none
}