.na
{	background-color: silver;
	color: grey;
}
a
{	color: green;
	text-decoration: underline;
}
a:visited
{	color: #080;
	text-decoration: underline;
}
body
{	background-color: #eee;
	color: black
}
div.footnotes
{	margin-left: 2em;
	text-indent: -1em;
}
h1,h2
{	text-align: center;
	color: green
}
img
{	margin: 3px;
	max-width: 98%;
}
sup
{	font-size: 50%;
	font-weight: bold;
}
table
{	width: 92%;
	margin: 3% 4%;
}
td
{	vertical-align: top;
	padding: 4px;
	max-width: 2in;
}
img
{	max-width: 97%;
}
ol.footnotes
{	list-style-type: lower-alpha;
}
div.footnotes ul
{	text-indent: 0;
}

