#footer {
	background-color: #fff;
	color: #666;
}

#footer p {
	color: #666;
}

#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #111;
	text-decoration: none;
}