	/* these rules will only apply when printing */
	
body { 
		font-family: "Times New Roman", serif; 
		font-size: 12pt;
		background-color: #fff;
		font-weight: normal;
		color: black;
} 
#top-nav, #masthead, #navigation, #search, #leftcolumn, #footer a { 
		display: none; 
} 
#rightcolumn {
		width: 600px;
		background-color: #fff;
		color: #000;
}
#rightcolumn p, ul, li {
		font-weight: normal;
		color: black;
}
#footer {
		clear: both;
		text-align: left;
}
a:link, a:visited { 
		color: black; 
		text-decoration: underline; 
} 
	
#content a:link:after, #content a:visited:after { 
		content: " (" attr(href) ") "; 
} 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: black;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: black;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: black;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: black;
}