p {
	text-align: justify;
	width:500px;
}

h2 {
	width: 500px;
}

table.grid {
	table-layout: fixed;
	border-collapse: collapse;
	caption-side:bottom;
	margin-top:20px;
}

.grid td {
	width:25px;
	text-align:center;
	border:solid 1px #000000;
}

.grid tr {
	height:25px;
}

.top td {
	border-style:solid;
	border-top-width:2px;
}

.bottom td {
	border-style:solid;
	border-bottom-width:2px;
}

td.left {
	border-style:solid;
	border-left-width:2px;

}

td.right {
	border-style:solid;
	border-right-width:2px;

}

.grid caption {
	font-weight:bold;
}