a {
	text-decoration:			none;
	color:						#8899ff;
	font-weight:				bold;
}		

a.current {
	color:						#000000;
}

a:hover {
	text-decoration:			underline;
	color:						#4455aa;
}