ul, ol {
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

.mar_top4 {
	margin-top: 40px;
	width: 100%;
	float: left;
}
.mar_top5 {
	margin-top: 10px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
