@CHARSET "UTF-8";

#main .main_whole ul li{
	list-style-type: square;
	margin-left: 15px;
}

#main .main_whole ol li{
	list-style-type: decimal;
	margin-left: 20px;
}

#main .main_whole ul ol li a{
	color: blue;
}

.text-content ul li{
	list-style-type: square;
	margin-left: 15px;
}

.text-content ol li{
	list-style-type: decimal;
	margin-left: 20px;
}

.text-content ul ol li a{
	color: blue;
}