.about_us a {
	color: green;
	text-decoration: underline;
	}
	
.about_us a:hover {
	color: #64482d;
	}
	
