@charset "ISO-8859-1";
.buttons {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FAD89C;
	text-decoration: none;
}

