#footlist {
	float: left;
	width: 100%;
	text-align: center;
}
.bigone a, .bigone a:link {
	width: 33%;
	height: 25px;
	font-size: 24px;
	color: #000;
	text-decoration: bold;
}
.bigone a:hover, .bigone a:active {
	font-size: 26px;
	color: #000;
	text-decoration: bold underline;
}
.medone a, .medone a:link {
	width: 25%;
	height: 20px;
	font-size: 18px;
	color: #333;
	text-decoration: bold;
}
.medone a:hover, .medone a:active {
	font-size: 20px;
	color: #333;
	text-decoration: underline;
}
.smallone a, .smallone a:link {
	width: 20%;
	height: 15px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.smallone a:hover, .smallone a:active {
	font-size: 15px;
	color: #666;
	text-decoration: none;
}

.bigone {
	float: left;
	width: 33%;
	height: 25px;
	vertical-align: middle;
}
.medone {
	float: left;
	width: 25%;
	height: 20px;
	vertical-align: middle;
}
.smallone {
	float: left;
	width: 20%;
	height: 15px;
	vertical-align: middle;
}
