/**********************************************************************************
	safReleasePrint.css
	
	Copyright (c) 2005 Mark A. Taff <marktaff@comcast.net>
	
	Licensed under the GNU GPL, version 2
	
	PURPOSE: This file defines the presentation data for printing.
***********************************************************************************/

	#content
	{
		width: 100%;
	}
	
	p,ul,ol,li
	{
		text-align: left;
		/* Julianne likes Bookman */
		font-family: Bookman Old Style, Times New Roman, serif;
		font-size: 12pt;
	}
	
	#problems
	{
		visibility: hidden;
		display: none;
	}

