/* page list */

a.page_list:link {
	font-size: 12px;
	color: #0099cc;
	font-weight: bold;
	text-decoration:underline;
}

a.page_list:active {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

a.page_list:visited {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}

a.page_list:hover {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
