#footer{
background: #206baf;
color: #FFF;
padding: 0;
font-size:12px;
}

#footer li{
color:#fff;
}

#footer td{
color:#fff;
}
	
#footer a:link, #footer a:visited {
	font-size: 12px;
	padding: 0px 8px 0px 5px;
	margin-right: 4px;
	margin-top:0px;
	text-decoration: none;
	color: #fff;
}

#footer a:link.active, #footer a:visited.active {
	border:1px solid #ccc;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}