@charset "utf-8";
/* CSS Document */

.button a{
	width: 200px;
	display: inline-block;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.20);
	border: 1px solid #000000;
	color: #000000;
	transition: all .1s ease;
}

.button a:hover{
	width: 200px;
	display: inline-block;
	margin: 0 auto;
	background-color: rgba(0,0,0,1.00);
	border: 1px solid #000000;
	color: #FFFFFF;
	transition: all .1s ease;

}
