a:link
	{
	color: #33cc00;
	text-decoration: underline;
	}

a:visited
	{
	color: #9966cc;
	text-decoration: underline;
	}

a:active
	{
	color: #ff9900;
	text-decoration: none;
	}

a:hover
	{
	color: #ff9900;
	text-decoration: none;
	}

.yellow:link
	{
	color: #ffff33;
	text-decoration: none;
	}

.yellow:visited
	{
	color: #ffff33;
	text-decoration: none;
	}

.yellow:active
	{
	color: #ffff33;
	text-decoration: underline;
	}

.yellow:hover
	{
	color: #ffff33;
	text-decoration: underline;
	}


