.foot A:link {
	text-decoration: none;
	color: #9DB2C7;
}
.foot A:visited {
	text-decoration: none;
	color: #9DB2C7;
}
.foot A:active {
	text-decoration: none;
	color: #9DB2C7;
}
.foot A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.section A:link {
	text-decoration: none;
	color: #CCCCCC;
}
.section A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.section A:active {
	text-decoration: none;
	color: #CCCCCC;
}
.section A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.white A:link {
	text-decoration: underline;
	color: #FFFFFF;
	float: left;
}
.white A:visited {
	text-decoration: underline;
	color: #FFFFFF;
	float: left;
}
.white A:active {
	text-decoration: none;
	color: #FFFFFF;
	float: left;	
}
.white A:hover {
	text-decoration: underline;
	color: #FFFF66;
	float: left;	
}
