/* ---------------------------------------------------------------------------

	ExpressTax Print Styles
	http://www.expresstaxservice.com
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
}

h1, h2, h3 {
	
}

#login,
#nav,
#subnav,
#nav_sub,
#testimonial,
#callout {
	display: none;
}
	
a:link, a:visited { 
	color: #999; 
}

/* changes to content layout for print */
body.faq #content-main h3 {
	margin-bottom: 0.25em;
}	

body.faq #content-main p {
	margin-top: 0;
}

/* print URLs after link text */

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