.listCharacter{
    width:650px;
    margin-left:190px;
}
.listCharacter h6{
	color:#b79111;
	font-size:14px;
	text-align:center;
}
.listCharacter ul{
	color:#565656;
	line-height:25px;
	margin-top:18px;
}
.listCharacter ul li{
    background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:8px;
}
.listCharacter li a{
	color:#565656;
}
.listCharacter li a:hover{
	color:#f00;
	text-decoration:none;
}

