
BODY
{
	background-color: aliceblue;
}H1
{
	font-weight: bold;
	font-size: 16pt;
	color: navy;
	font-family: Tahoma;
}
H2
{
	color: navy;
	font-weight: bold;
	font-size: 12pt;
	font-family: Tahoma;
}

TABLE
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: white;
}
TD
{
	font-size: 12pt;
	color: black;
	font-family: Tahoma;
}
