/************************************************

	PRINT style sheet for Producit website
	www.producit.com
	
	created by: 	Dala Design
	version:		1.0
	last edited:	2009-10-24
	website:		www.daladesign.com

*************************************************/

/*------------------------------------------------
1.0		GLOBAL DECLARATIONS
------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: #ffffff;
	color: #575757;
	}
img {
	border: none;
	}
	
/*------------------------------------------------
2.0		TYPOGRAPHY
------------------------------------------------*/
/* Links */
a { color: #e42b87; text-decoration: none; }
a:hover { color: #f39cc7; }

p { 
	margin: 0 0 1.6em 0;
	line-height: 1.4em;
	}
