/*
Title:      NHCPG master styles for print media
Author:     Gibbs Studios, sgibbs@gibbsstudios.com, http://www.gibbsstudios.com
Updated:    May 25, 2006
*/

body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16pt;
	color: #036;
	font-weight: bold;
	}
	
h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14pt;
	}

img {
	border: none;
	}
	
#main-body-inside table {
	font-size: 9pt;
	}

#header, #header2, .menu, #right, #footer, hr {
	display: none;
	}
	
a:link, a:visited {
	color: #666;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}