.footer {
	width:800px;
	text-align: center;
	margin-top: 16px; 
	font-size: .70em;
	line-height: 1.5em; 
	font-family: Arial, sans-serif; 
}
.footer a { 
	text-decoration: none; 
	color: #669; 
}
.footer a:hover {
	text-decoration: underline;
	color: #99C; 
}