a { text-decoration: none }
a:hover {color:#dd4499}
#fixed {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#fixed a, #fixed a:link, #fixed a:visited, #fixed a:hover {
	text-decoration: none;
	border : 2px #548ed8 solid;
	border-radius: 0.3em;
	background: url('title_bg2.png');
	padding: 0.1em;
	color: #e7e7e7;
	-webkit-text-stroke-color: #474747;
	-webkit-text-stroke-width: 1px;
}
#fixed a:hover {
	background: url('title_bg.png');
}

.thumb {
	float: left;
	position: relative;
}
.thumb span { 
	position: fixed;
	visibility: hidden;
	loading: lazy;
	top: 45%;
	left: 15%;
}
.thumb:hover span { 
	visibility: visible;
}

