.headboxsmall{
	width: 396px;
	text-align:
	center;
	background-color: #c8caca;
	color:#15467e;
	float:
	left;
	margin:2px;
	padding:2px 0px;
	list-style:
	none;
}

.headboxsmall a{color:#3081a6;}

.headboxsmall:hover{	text-align:center;
	float:left;
	margin:2px;
	padding:2px 0px;
	list-style:none;
	background-color: #3081a6;
	-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;
}