.change_link {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 12pt;
	background-color: #000000; /*color for number button bg*/ 
	float: left;
	margin-right: 5px; /*increase or decrease spacing of number buttons*/
	text-align: center;
	margin-top: 3px;  /*lower or raise number buttons - original number was 10*/
	border: 1px solid #bbb;
	text-decoration: none;
}