input[type="button"]{
	margin: 30px 0px 20px 210px;
	width: 250px;
	height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
	background: #13b236;
	color: #f4ce01;
	border: 2px solid #f4ce01;
}
input[type="button"]:active{
	color: #13b236;
	border-color: #13b236;
	background: gold;
}
input[type="button"]:hover{
	border: 3px solid;
}
table tr td{
	padding: 5px;
}