A
{
	text-decoration : none;
	color : '#000000';
}
A:hover
{
	text-decoration : underline;
	color : '#666666';
}
A:visited:
{
	text-decoration : none;
	
}