.pagelink {
	float: left;
	width: 22px;
	height: 19px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid black;
	padding-top: 3px;
	margin-right: 6px;
	background-color: black;
	color: white;
	font-weight: bold;
}

a div.pagelink {
	background-color: white;
	color: black;
	font-weight: normal;
}

a div.pagelink:hover {
	background-color: black;
	color: white;
	font-weight: normal;
}


