div.yr {
	color: #999;
	display: block;
	font-size: 0.8em;
	position: absolute;
	right: 6px;
	text-decoration: none;
	top: 4px;
	z-index: 9999;
	
	cursor: hand;
	cursor: pointer;
}

div.yr:hover {
	color: #C00;
}