A:link		{color: blue; text-decoration: underline}
A:visited 	{COLOR: red; TEXT-DECORATION: underline}
A:active 	{COLOR: blue; TEXT-DECORATION: underline}
A:hover		{color: blue; text-decoration: underline}

A.redLink:link		{color: red; text-decoration: none}
A.redLink:visited 	{COLOR: red; TEXT-DECORATION: none}
A.redLink:active 	{COLOR: red; TEXT-DECORATION: none}
A.redLink:hover		{color: red; text-decoration: underline}

A.blackLink:link		{color: black; text-decoration: none}
A.blackLink:visited 	{COLOR: black; TEXT-DECORATION: none}
A.blackLink:active 		{COLOR: black; TEXT-DECORATION: none}
A.blackLink:hover		{color: black; text-decoration: underline}