#body{
	width:600px;
	margin:auto;
	text-align:left;
}
.q{
	border-top: 1px dotted #1D79FC;
	border-right: 1px none #1D79FC;
	border-bottom: 1px dotted #1D79FC;
	border-left: 1px none #1D79FC;
	padding: 5px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	clear: both;
	float: left;
	width: 100%;
}
.a {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	clear: both;
	float: left;
	width: 100%;
}
.a_left{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.a_right{
	float: left;
	text-align: left;
	width: 530px;
	margin: 5px;
}

