<style>

/* generic text link */
a	{
	color:	#998C54;
	text-decoration:	none;
	};
	
A:visited    {
    color:    #998C54;
    text-decoration:    none;
    };

A:link    {
    color:    #998C54;
    text-decoration:    none;
    };

A:hover    {
    color:    #CC0000;
    text-decoration:    none;
    };

A:active    {
    color:    #800000;
    text-decoration:    underline;
    };

</style>
