#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#foot p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#foot a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#foot a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#foot a:active {
	color: #00FFFF;
	text-decoration: underline;
}

