* {
    box-sizing: border-box;
}

body {
	margin:0px;
	background-color: #fbfbf9;
}

table,tr,td,th {
	border-collapse: collapse;
	width:100%;
}

td,th {
	
	padding: 4px;
	line-height: 1.5;
	text-align:center;
	color: #8f8f8f;
	font-family: Garamond, Georgia;
	text-decoration: none;
	font-weight: lighter;
}

td {
	font-size: 0.7em;
	
	
}
th {
	font-size: 1.2em;
}	
	
.button {
	border:1px solid #8f8f8f;
	border-radius: 20px;
	background-color:white;
	text-decoration:none;
	padding:10px;
	width:600px;
	height:60px;
	text-align: center;
	color: #525252;
	font-size: 1.8em;
}