/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: none;
	border: none;
	color: #333333;
	margin-right: 5px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	border: none;
	color: #333333;
	margin-right: 5px;	
}
.wp-pagenavi a:hover {	
	border: none;
	text-decoration: none;
	color: #666666;
	margin-right: 5px;	
}
.wp-pagenavi a:active {
	text-decoration: none;
	border: none;
	color: #333333;
	margin-right: 5px;	
}
