.buttom a:link {
	font-family: "Arial Black";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #666666;
	height: 25px;
	width: 135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-decoration: none;
	background-color: deedd1;
}
.buttom a:visited {
	font-family: "Arial Black";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #333333;
	height: 25px;
	width: 135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-decoration: none;
	background-color: deedd1;
}
.buttom a:active {
	font-family: "Arial Black";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #333333;
	height: 25px;
	width: 135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-decoration: none;
	background-color: deedd1;
}

.buttom a:hover {
	font-family: "Arial Black";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	background-color: f5f5f5;
	height: 25px;
	width: 135px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

