#footer {
	background-color: #7f7f7f;
	color: #ccc;
}

#footer p {
	color: #ccc;
}

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

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