/* This is "print.css" - the style sheet to format printed pages for the Framework pages.*/ 

.noprint {
	display: none;
	}

#mainbody, #usgsfooter { 
  color : #000000; 
  background : #ffffff; 
  font-family: Georgia,"Times New Roman", Times, serif;
  font-size : 12pt; 
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}

#leftbar, #linksfooterbar, #topnav { 
  display: none; 
 }

	