@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

#print {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.bs20 {
	margin-bottom: 20px;
}


h1 {
	font-size: 16px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	line-height: 140%;
}

