.text1 a		{
					color: yellow;
					text-decoration: none;
				}
				
.text1 a:hover	{
					color: red;
				}