

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.clear {
	clear: both;
}

.white-box {
	padding: 8px;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}

.white-box li {
	line-height: 27px;
	border-bottom: 1px dashed #ccc;
}

.white-box.red {
	color: #fff;
	border-color: #00fd06;
	background: #167c18;
}

.white-box.red a {
	color: #fff;
}
.main-nav{background:#921818;background-image:linear-gradient(to top,#921818,#e42121);color:#fff;text-align:center;}
.main-nav ul li{float:left;width:20%;}
.main-nav ul li a{display:block;height:32px;line-height:32px;}