@import url("p_main.css");

@media print
{

article > div:first-child
{
	display: none;
}
article > div
{
	text-align: justify;
}
article > div > span
{
	font-weight: bold;
	color: #c0c0c0;
	display: block;
	text-align: left;
	padding-bottom: 20px;
}
article > div > p
{
	line-height: 1.3em;
	padding-bottom: 15px;
}
}
