#feature_text a:link
{
	text-decoration:underline;
	color:blue;
}

#feature a:visited
{
	text-decoration:underline;
	color:purple;
}

#feature #history a:link
{
	text-decoration:underline;
	color:black;
}

#feature #history a:visited
{
	text-decoration:underline;
	color:black;
}

#feature #history a:hover
{
    color:#ffffff;
}

