.Tribute {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-style: solid;
	color: #ffffff;
	background-color: #4a4a4a;
	width:70px;
	font-family: 'Century Gothic', Arial, serif;
	font-size: 0.9em;
	border-width: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(ie-css3.htc);
	cursor:pointer;
	clear:both;
}
.Tribute:hover {
	color: #ffffff;
	background-color: #2f2f2f;
}