a:link 
{
	color: #333333;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #666666;
}

a:hover 
{
	text-decoration: none;
	color: #339900;
}

a:active 
{
	text-decoration: none;
}


