ul.page {
	display: inline; padding: 0px; margin: 0px; list-style-type: none; text-align: center;
	float: right;
	padding-right: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}
ul.page li {
	width: 15px; padding: 1px; margin: 1px;
	background: #eee; color: black; float:right; border: 1px solid #aaa;
	cursor: pointer;
}
ul.page li a{
	color: #777;
	text-decoration: none;
}
ul.page li a:hover {
	text-decoration: underline;
	color: #111;
}
ul.page li.cursor {
	background-color: #777;
}
ul.page li.cursor a {
	color: white;
}
ul.page li.this_page {
	background-color: #5555ff;
}
ul.page li.this_page a {
	color: white;
}