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