/************************************************************************
	script:		print.css
	author:		Gavin Harrison
	description:	Style sheet to control the print display of
			gavinharrison.co.uk
************************************************************************/
	

/***********************************************************************/
/* Container and header */
/***********************************************************************/
body {
	background : #FFFFFF;
	margin : 0;
	padding : 0;
	border : 0;
	font-family : Arial, Verdana, Sans-Serif;
	color : #000000;
	line-height : 150%;
}
/***********************************************************************/


/***********************************************************************/
/* Hidden styles */
/***********************************************************************/
#header, #navigation, #footer {
	display : none;
}
/***********************************************************************/


/***********************************************************************/
/* Content */
/***********************************************************************/
#content {
	text-align : justify;
}

a {
	color : #000000;
	font-weight : bold;
}
/***********************************************************************/
