* {
	letter-spacing: 0.005em;
}
a {
	color: #e6b245;
	text-decoration: none;
}
a.button:hover, a:hover {
	text-decoration:none;
}
p {
	margin-top: 0px;
	word-wrap: normal;
}
p:last-child {
	margin-bottom: 0px;
}
p a {
	color: #e6b245;
}
p a:hover {
	text-decoration: underline;	
}

/*position*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
