﻿#h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	text-align: center;
}
#table_1 {
	width: 100%;
	caption-side: top;
}
#table_1 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #0000FF;
	border: thin inset #0000FF;
	width: 25%;
}
#table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #CCFFCC;
	border: thin inset #0000FF;
}
