
/* you can change page navigation here*/
.page-nav{
	margin: 10px 0 0 0;
	padding: 8px;
}

.page-nav a{
	border: none;
	padding: 8px;
	text-decoration: none;
	background-color: #232323;
	border: thin solid #232323;
	color: #f4f4f4;
}

.page-nav a:hover{
	border: thin solid #646466;
	background-color: #646466;
	color: #f4f4f4;
}

/*this is the style for selected page number*/
.page_link{
	padding: 8px;
}