﻿body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #800000;
}
h1 {
	text-align:center
}
p {
	text-align: left;
	text-indent: 15px
}
table {
	width: 95%;
	border: thin solid #663300;
	margin: auto;
	empty-cells: show;
	border-spacing: 2px;
	border-collapse: separate;
}
td, th{
	padding: 10px;
	text-align: center;
	border: 2px solid #663300;
	background-color: rgb(255, 240, 224);
	vertical-align: top;
}
