a:link{
	text-decoration: none;
	color: yellow ;
	}

a:visited{
	text-decoration: none;
	color: yellow;
	}

a:hover{
        text-decoration: none;
	color: green;
	}

