body {
	background-image: url("tile.png");
}

table {
	border: 4px double black;
	box-shadow: 2px 2px 1px #888888;
	width: 100%;
	counter-reset: row-num;
}

thead {
	font-weight: bold;
	text-align: center;
}

tbody tr {
	counter-increment: row-num;
}

tbody tr td:first-child::before {
	content: counter(row-num) ". ";
}

tr:hover {
	background-color: #fcfcfc;
}

td {
  vertical-align: top;
}

hr {
	clear: both;
}

h2 {
  font-family: serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

.main {
	width: 1000px;
	margin: auto;
	clear: both;
	border-top: 2px solid #e7e2d8;
	border-left: 2px solid #dedad0;
	border-right: 2px solid #dedad0;
	border-bottom: 2px solid #cdc9c0;
	background-image: url("paper.png");
	border-spacing: 15px 10px;
	padding: 25px;
	font-family: serif;
	font-size: 12pt;
}

.banner {
	width: 580px;
	margin: auto;
	padding-bottom: 25px;
}

.footer {
	display: block;
	width: 430px;
	margin: auto;
	clear: both;
	padding: 25px;
}

.title {
	display: block;
	width: 62px;
	margin: auto;
}

.chatter {
	text-align: center;
}

.counter {
	width: 52px;
	margin: auto;
	border: 1px solid black;
	border-radius: 2px;
}
