	.examlist li{
		text-indent:10px
	}
	.examlist li a{
		color:#000;
	}
	.examlist li span a{
		color:red;
	}
	.examlist li a:hover{
		color:red;
	}
	.examlist li label{
		line-height: 32px;
    	font-weight: normal;
	}
	.examlist .examtitle{
		border-bottom: 1px #CCC dashed;
	    margin: 0px;
	    line-height: 28px;
	    list-style: none;
	    font-size: 16px;
		font-weight: bold;
		color: #000000;
    	background-color: #F0F0F0;
	    padding: 3px 0px 3px 10px;
		text-indent:0px
	}
	.examlist .examtitle span{
		float:right;
		margin:0 10px 0 0;
		font-weight: normal;
		font-size: 14px;
		color:red;
	}
	.examlist li.showanswer{
		text-indent:0px;
		cursor: pointer;
		margin: 0 0 0 40px;
	}
	.answer{
		display:none;
    	margin: 10px 0 0 40px;
		color:red;
	}
	.answerbox span,.explainbox span{ color:red;margin:0 0 0 20px}