.normal a
{
	text-decoration: underline;
	font-weight: normal;
	color:  #96307d;
}
.normal a:hover
{
	color:  #dfc1d7;
	font-weight: normal;
	text-decoration: underline;
}
a
{
	color:  #96307d;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color:  #96307d;
}

