.index:link {
	font-family: tahoma;
	font-size: 12px;
	color: #9B9ED5;
	text-decoration: none;
	font-weight: bold;
}
.index:visited {
	color: #9B9ED5;
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.index:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #494FAB;
	text-decoration: none;
	font-weight: bold;
}
.index:active {
	color: #9B9ED5;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

