.LnHL {
	background: mediumvioletred;
	padding:10px;
	color: lime;
}        

.LnHL:hover {
	background-color: yellow;
	COLOR: blue;
	TEXT-DECORATION: none;
	font-weight: bold;
	padding:7px;
}

.bottomleft {
	position: absolute;
	bottom: 0;
	left: 16px;
}

.bottommiddle {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wafloat{
	position:fixed;
	width:50px;
	height:50px;
	bottom:1.6em;
	right:1.6em;
	text-align:center;
	font-size:10px;
	z-index:100;
}