body {
	color: black;
	background: #CCC;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 1.2;
}
p, ul, ol, dl {
	line-height: 1.4;
}
h1 {
	font-size: 1.73em;
}
.section {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: black;
	padding: 0;
	margin-top: 2em;
	margin-right: 0;
}
h2 {
	font-size: 1.44em;
	margin: 0;
}
h3 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.section p, .section ul, .section dl {
	margin-top: 0em;
}
h4 {
	margin-bottom: 0.5em;
}
dd p {
	margin-bottom: 0;
	text-indent: 1em;
}
hr {
	display: none;
}
div.footer {
	margin-top: 0.5em;
	text-align: right;
	border-width: 0 1px 1px 0;
	border-color: black;
	border-style: solid;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	margin-right: 0;
}
a img{
border-width: 0;
}
del, .del {
	text-decoration: line-through;
}
.subtitle {
	font-size: 80%;
}
div.EOC {
	text-align: center;
}
/*/*/
h2 {
	padding-right: 0.5em;
	position: relative;
	top: -0.55em;
	color: black;
	background: #CCC;
	display: inline;
}
