
a:link		{	
		text-decoration: none;
		color:#c46800;
		cursor: hand;
		}


a:visited	{	
		text-decoration: none;
		color:#c46800;
		cursor: hand;
		}

a:active	{	
		text-decoration: none;
		color:#c46800;
		cursor: hand;
		}

a:hover         {
                text-decoration: underline;
                color:#c46800;                
                }
