@charset "utf-8";
/* CSS Document */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: .1em;
	word-spacing: 0em;
}
a:link { color: gray; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: gray; text-decoration: none }
a:hover { color: white; text-decoration: underline }