div.footfill{
	display: inline-block;
	/* height: 50px; */
	background-color: transparent;
}
div.footer{
 	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #bdd6ee;
	padding: 2px 0px 2px 0px;
	border-top: 2px solid white;
	/* margin: 2px 0px 0px 0px; */
}
/* div.copyright1{
	display: none;
	height: 27px;
	line-height: 27px;
	vertical-align: center;
	float: left;
	font-size: 120%;
} */
div.copyright{
	width: 100%;
	font-size: 100%;
	text-align: center;
}
a.mylink{
	text-decoration: none;
	color: unset;
}