a:link
{
	text-decoration: underline;
	color: #000000;
}

a:active
{
	text-decoration: underline;
	color: #000000;
}

a:visited
{
	text-decoration: underline;
	color: #606060;
}

a:hover
{
	text-decoration: underline;
	background: #e0e0e0;
}

