/* Print stylesheet
----------------------------------------------
	Name: Rory McDougall <www.ivt.com.au>
	Date: 22 Sep 2010 @ 9am
*/

/* Index
----------------------------------------------
	1. Typography
	2. Layout
*/

/* 1. Typography
--------------------------------------------------------------------------------------------*/

body
{
	margin: 20pt;
	color: black;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;/* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks */
		/* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
}

/* --- links */
	
a,
a:link,
a:active,
a:visited
{
	color: black;
	text-decoration: none;
}
	
	
/* 2. Layout
--------------------------------------------------------------------------------------------*/
