/*

Pemaquid Communications, LLC
28 Maple Street
Suite 300
Portland, Maine 04101
+1 207.221.2520

http://pemaquid.com
http://facebook.com/pemaquid
http://twitter.com/pemaquid

PRINT.CSS 

*/

/* reset for printing
-------------------------------------- */
#skips, #utility, #search, #nav, #sidebar, #footer {display:none !important;}
h1 a {text-decoration: none; color:#333;}
body {
	font: 90% 'Myriad Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 auto;
	padding: 0;
	background:#cee3de;
	line-height:1.4em;
	}
