@charset "utf-8";
#next {
	background-color: #8DC641;
	float: right;
	margin-top: 30px;
	padding-bottom: 2px;
	text-align: center;
	width: 128px;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	margin-right: 10px;
}
#next a {
	color: #FFF;
	text-decoration: none;
}
#next:hover {
	background-color: #F89422;
}
