#print div {
	width: 600px;
	margin-top:5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	margin-left: 5px;
	border: 1px solid #999;
	background-color: #fff;
	}

#print h2  {
	margin-top: 1px;
	margin-bottom: 2px;
	width: 100%;
	float: left;
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	font-weight: bold;
	}
#print p {
	margin-bottom: 2px;
	float: left;
	margin-top: 2px;
	}
