@charset "utf-8";

/* ------------------------------------------------------------------------- */
/*		print styles		*/
/* ------------------------------------------------------------------------- */

/* base
------------------------------------------------- */

body{
	background-image:none;
	background-color:#fff;
	font-family:serif;
}
a{
	text-decoration:underline;
}
table{
	page-break-inside: avoid;
}
/*-- print size (A4) --*/
@page { size: 21.0cm 29.7cm; }
@page { marks: crop; }

/* ---------------------------------------------- */
