.link ul
{
	list-style-type: disc;
}

.link a:link, .link a:visited
{
	text-decoration: none;
	color: #3F328D;
	background-color: transparent;

}

.link a:hover, .link a:active
{
	text-decoration: underline overline;
	color: #191970;
	background-color: #C9C3ED;

}