
a:link	{
	text-decoration: none;
	}

a:hover	{
        	color: #214121;
	text-decoration: underline;
	color: #214121;
	}

a:visited 
	{
	text-decoration: none;
        color: #336633;
	}
	
a:active {
	  text-decoration: underline;
	  }

