<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------------
	Print CSS
	Author:		Derek Balmer
	Modified:	09/03/2010
	HOLD FAST CREATIVE | theholdfast.com
--------------------------------------------------- */

/* @group Common */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	margin: 50px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

h1 {font-size:14px;border-bottom:2px solid #000;text-align:right;padding:4px;text-transform:uppercase;}
h2 {font-size:18px;line-height:32px;margin-bottom:24px;}
h3 {font-size:16px;line-height:24px;margin-bottom:10px;font-style:italic;}
h4 {font-size:14px;line-height:16px;margin-bottom:6px;}
h5 {font-size:12px;line-height:18px;margin-bottom:4px;font-weight:normal;text-transform:uppercase;letter-spacing:1px;}
h6 {font-size:10px;line-height:14px;margin-bottom:4px;}
p {font-size:12px;line-height:18px;margin-bottom:8px;}

h1,h2,h3,h4,h6 {font-weight:bold;}

ol {list-style:decimal-leading-zero outside;margin:20px;}
ul {margin:20px;}
li {margin:0px 0px 4px 20px;padding:4px 0 4px 10px;font-size:12px;background:#fff;border-bottom:1px solid #999;}

a {color:#666;}

/* -- Hide screen-specific elements --*/
#primary-sections, #top-links, .newsletter-optin, #nav-bar, #home-featured, .pagination,
#footerWrap, #footer, fieldsdet, form {display:none;}

/* @end */
</pre></body></html>