.best-category {
	text-align:center;
}

.best-category ul {
	padding:0;
	margin:0 0 50px;
	display:inline-block;
}

.best-category ul li
{
	list-style:none;
	font-size:14px;
}

.best-category ul li a {
	text-decoration: none;
	color:#000000;
}

.best-category ul li a:hover {
	color:#ff0000;
}