/*
	GI Flex Hose Systems - Print Stylesheet
	
	Author: Icon Creative Works
	http://www.iconcw.com
	
	October 2008
*/

body {
	background: none;
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#navwrap, #sidebar, hr {
	display: none;
}

a:link, a:visited {
	font-weight: bold;
	color: gray;
	text-decoration: underline;
}

/* - print URLs after link text - */

#content p a:link:after, #content p a:visited:after {
	content: " (" attr(href) ") ";
}