a:link		{
		color:		blue
		}

a:active	{
		color:		white
		}

a:visited	{
		color:		magenta
		}

a:hover		{
		color:		yellow
		}