/*	Stylesheet: print.css
	Site: Discount Health and Fitness
	Author: Leon Andersen
	Notes: 	Styles control the print version of pages throughout the site.
		Modify with caution.	
	------------------------------------------------------------------------ 
*/

body, html {
	font-size:10pt;
	width:100%;
	font-family: verdana, arial, sans-serif;
	}
.offscrn, .srchlgn, #topnav, .promocntrl, .nxtbck, .prodbarpnl, .sitenav, #footer {
	display:none;
	}
a {
	text-decoration:none;
	color:#000;
	}
img {
	border:none;
	}
.news ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}