#page_index {
	background-color: inherit;
	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	height: 20px;
	text-align: left;
	clear: both;
}

#page_index a:hover {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

#page_index a:link, #page_index a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

#page_index a.selected:hover {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#page_index a.selected:link, #page_index a.selected:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}