A:link{
	color:#323296;
	text-decoration:underline;
}
A:visited{
	color:#323296;
	text-decoration:underline;
}
A:active{
	color:#5252C6;
	text-decoration:underline;
}
A:hover{
	color:#5252C6;
	text-decoration:underline;
}

.no-underscore:link{
	color:#323296;
	text-decoration:none;
}
.no-underscore:visited{
	color:#323296;
	text-decoration:none;
}
.no-underscore:active{
	color:#5252C6;
	text-decoration:none;
}
.no-underscore:hover{
	color:#5252C6;
	text-decoration:none;
}

