/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.6 Plugin: WP-PageNavi 2.40									|
|	Copyright (c) 2008 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 {
	margin: 2px;
	font: 10pt Arial, Lucida, Sans-serif;
	color: #06c;
}
.wp-pagenavi span {
	margin: 2px;
	font: 10pt Arial, Lucida, Sans-serif;
}
.wp-pagenavi span.current {
	font-weight: bold;
}