/* Links (on mouse over) */

	A:hover		{
		color: #FF0000;
		}

	A:active 	{
		color: #FF0000; 
		}
