a:link
	{
	color: #6699CC;
	text-decoration: underline;
	}

a:active
	{
	color: #6699CC;
	text-decoration: underline;
	}
a:visited
	{
	color: #6699CC;
	text-decoration: underline;
	}
a:hover
	{
	color: #CC6699;
	text-decoration: underline;
	}

.green:link
	{
	color: #000000;
	text-decoration: none;
	}

.green:active
	{
	color: #000000;
	text-decoration: none;
	}

.green:visited
	{
	color: #000000;
	text-decoration: none;
	}

.green:hover
	{
	color: #006600;
	text-decoration: none;
	}
