@import url("main.css");

#bodyItem {
	clear: both;
	margin: 10px 110px 10px 110px;	
	padding-top: 7px;
}

#bodyItem h1 {
	line-height: 1.4em;
	font-size: 21px;
	color: #000;
}

#bodyItem strong {
	color: #000;
}

#bodyItem #main {
	border-top: 1px dotted silver;
	text-align: justify;
	padding-top: 10px;
}

