@charset "UTF-8";
/* CSS Document */

a{
	color: #744a57;
	text-decoration: underline;
}

a:hover{
	color: #B67010;
	text-decoration: none;
	}
