* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.container {
	width: 900px;
	height: 1000px;
	margin: 40px auto;
	background: #dadada;
	padding: 30px;
}

table {
	width: 100%;
	height: 100%;
	text-align: left;	
	border-collapse: collapse;
}

table, th, td {
	border: 1px, solid, black;
}

th, td {
}

th {
	text-align: center;
}	

table caption { 
	font-size: 150%;
	font-weight: bold;
}
