html, body, table{
	width: 100%;
	height: 100%;
	margin: 0;

	color: #535353;
}

th, td{
	text-align: center;
	vertical-align: middle;
}

th{
	font-family: Helios, Arial, sans-serif;
	font-size: 18px;
	color: #000;
}

td{
	height: 30%;

	font-family: Helios, Arial, sans-serif;
	font-size: 18px;
	font-stretch: condensed; 
	font-weight: bold;

	letter-spacing: 1px;
}

th img{
	max-width: 30%;
}

h1{
	font-size: 48px;
	margin: 20px;
}

td p{
	margin: 5px;
}
