@charset "utf-8";

footer {
	padding: 10px 0;
}

footer p{
	font-size: 20px;;
	color: #CCC;
	text-align: center;
	text-shadow: none;
	word-spacing: normal;
	margin: 0;
}

footer p a:link {
	color: inherit;
	text-decoration: underline;
	font-style: italic;
}

footer p a:visited {
	color: inherit;
	text-decoration: underline;
}

footer p a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000;
}
