.headboxsmall{
	width: 258px;
	text-align:center;
	background-color: rgb(173, 176, 174, 0.6);
	color:#985c4b;
	float:left;
	margin:2px;
	padding:2px 0px;
}

.headboxsmall a{color:#985c4b;}

.headboxsmall:hover{width: 258px;
	text-align:center;
	float:left;
	margin:2px;
	padding:2px 0px;
	background-color: rgb(173, 176, 174, 0.1);
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
	text-decoration: none;
}