/**
 * PRINT.CSS
 * 
 * @note		Styles that are used when pages of the site are printed.
 * @author		mraichelson
 *
 */
@media all {
	
	body { font-family:verdana,geneva,arial,sans-serif; font-size:13px; margin:30px 30px; }
	small { font-size:9px; }
	p.snav { background-color:#eee; border-bottom:1px dashed #ccc; padding:4px 10px; }
	.none { display:none; }
	
}
