a:link
{
	color: rgb(204,255,0); 
}
a:visited
{
	color: rgb(102,204,0); 
} 
a:active 
{
	color: rgb(255,255,0);
}

