.foot A:link {
	text-decoration: none;
	color: #FFF;
}
.foot A:visited {
	text-decoration: none;
	color: #FFF;
}
.foot A:active {
	text-decoration: none;
	color: #FFF;
}
.foot A:hover {
	text-decoration: underline;
	color: #92D7FF;
}

