body
{
	margin: 0.5in;
	font-family: arial,helvetica,sans-serif;
}

h2 {
	background: rgb(160,160,160);
	border: black solid 1px;
}

sup {
	font-size: 60%;
}

table {
	 margin: 0.125in;
}

a:link {
	color: #006200;
	text-decoration: none;
}

a:visited {
	color: #006200;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.literallayout {
	font-size: 90%;
	color: black;
	margin: 1em 0.5in;
	padding: 0.5em;
	background: rgb(210,219,246);
	border-top: black dotted 1px;
	border-left: black dotted 1px;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
}


.footnote {
	font-size: 80%;
	color: black;
	background: rgb(220,210,210);
	border-top: black dotted 1px;
	border-left: black dotted 1px;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
}
