/*CSS Document*/
/*Created March 22, 2005*/
/*Great Basin College Library, Elko Nevada*/
/*Webmaster: Joanne Forsythe*/
/*GBIA site print.css  Print instructions for all web pages */

body,p,h1,h2,h3,h4,h5	{
	 font-family:"Times New Roman", Times, Georgia, serif;
	 color: #000000;
	 background-color: #ffffff;
	 }
	 p	{
	 font-size: 12pt;
	 }
	 h1, h2, h3, h4, h5	{
	 font-size: 14pt;
	 font-weight: bold;
	 }
	div.menuBar	{
	 display: none;
	 } 
	 a {
	color: #0000ff;
	background-color: inherit;
	text-decoration:underline;
	}
	p {
	page-break-inside: avoid;
	}
	img 	{
		display: none;
		}
	table	{
		display:table;
		}
	#footer	{
	display:none;
	}
	
