body {
	background: black;
}

.footer {
	width: 925px;
	text-align: center;
	font-size: 9pt;
	color: grey;
}

a, a:visited, a:active {
	font-size: 10pt;
	color: grey;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}