table {
	border-width: 2px;
	border-style: solid;
	background-color: #99CCFF;
	width: 760px;
	text-align: center;
	font: bold 100% Arial, Helvetica, sans-serif;
}
th, td {
	vertical-align: top;
}
th {
	background: #66FFFF;
	text-align: center;
	font-size: 18px;
}
td p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-indent: 5px;
	padding: 3px;
}

