.footer{
	position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
	width:100%;
	height:.75rem;
	display: flex;
	justify-content: space-around;
	font-size: 12px;
	line-height: .75rem;
    background-color: rgba(255,255,255,0.98);
    box-shadow: 0 -1px 5px #AAA;  
}
.footer a{
	 color: #999;
}
.footer .on{
	color:#0088DB;
}