/*******************************************************************************

	print.css
	
	This file contain style definitions that make the web pages more attractive
	when printing.
	
	sfulton@psc.edu


*******************************************************************************/

/* Hide navigation */

#search { display: none; }
#common { display: none; }
#tabs { display: none; }
/* #sidebar { display: none; } */
#breadcrumb { display: none; }
#thispage { display: none; }
#quicklinks { display: none; }
#sidebar { display: none; }

body { margin: 0; }

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica", sans-serif; }

a { color: #000000 !important; }
a:visited { text-decoration: none; }

table { border-spacing: 0; }

#content { width: 100%; font-family: "Baskerville", "Garamond", serif; }

