body {
	color: #333; background: #fff;
}

.button {
	background: #F5A400; color: #fff; text-transform: uppercase; padding: 10px 0px;	text-align: center; font-size: 15px; font-weight: bold; text-decoration: none; display: inline-block;
}
.button:hover {
	color: #333;
}