.footer_text {
	background: #FFF;
	color: #aaa;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
}

.footer_text a {
	color: #aaa;
	text-decoration: none;
}

.footer_text a:hover {
	color: #666;
	text-decoration: underline;
}

