<style>

a:link
{
	color: rgb(153,255,153); 
}

a:visited
{
	color: rgb(255,153,0);
} 

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

</style>.

