#footer {
	text-align: center;
	font-size: 11px;
	color: #666;
	clear: both;
	margin-top: 40px;
}

#footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}


#footer a:hover, #footer a:focus {
	color: #2244aa;
	text-decoration: underline;
}


