body
	{
	background-color: ivory;
	font-size: 10pt;
	color: maroon;
	}
h1
	{
	font-size: 20pt;
	color: deeppink;
	margin: 18px;
	margin: 12px;
	background: wheat;
	text-align: center;
	}
h2
	{
	font-size: 18pt;
	color: maroon;
	line-height: 2px;
	margin:10px;
	}
h3
	{
	font-size: 16pt;
	color: darkorange;
	line-height: 2px;
	margin:16px;
	}
table
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	}
table.six
	{
	width: 600px;
	}
th
	{
	font-size: 10pt;
	color: maroon;
	}
th.mistyrose
	{
	background-color: mistyrose;
	text-align: center;
	}
th.lavender
	{
	background-color: lavender;
	text-align: center;
	}
td
	{
	font-size: 10pt;]
	color: maroon;
	}
td.mistyrose
	{
	background-color: mistyrose;
	}
td.lavender
	{
	background-color: lavender;
	text-align: right;
	}
td.lightgreen
	{
	background-color: lightgreen;
	}
td.right
	{
	text-align: right;
	}
td.main
	{
	padding: 1em;
	}
p
	{
	font-size: 10pt;
	color: maroon;
	line-height: 18px;
	margin: 0;
	}
p.indent,p.indent2
	{
	text-indent: 1em;
	}
p.indent
	{
	margin-top: 1em;
	}
.right
	{
	text-align: right;
	}
.center
	{
	text-align: center;
	margin-top: 1em;
	}
a:link,a:visited,a:hover
	{
	text-decoration: none;
	}
a:link,a:visited
	{
	color:green;
	}
a:hover
	{
	color: lime;
	}
