@charset "UTF-8";


/*
	:title "Print CSS";
	:created "2010-04-20";
	:note "
		Outline - 
			1. display
			2. body
			3. contents
			4. text
			5. link
			6. image		
			";
*/


/* body
-------------------------------------------------- */
body {
	font-size			: 10pt;
	line-height			: 1.5;
	background-color	: #fff;
	color				: #000;
	white-space			: normal;
	overflow			: visible !important;
}

/* contents
-------------------------------------------------- */
#contents {
	overflow	: visible !important;
}


/* link
-------------------------------------------------- */
a:link,
a:visited {
	color			: #000;
	text-decoration	: underline;
}


/* image
-------------------------------------------------- */
img {
	border	: 0px;
}


/* zoom
-------------------------------------------------- */
* html #wrapper { zoom: 79% }