body.sheet {
	background-color: #eee;
	font-size: 14px;
	 width:100%; 
   margin:0;
}
table.sheet {
	background-color: white;
}

div.top {
	border-bottom: thin solid gray;
	margin-bottom: 2em;
}

div.bottom {
	font-size: 13px;
	text-align: left;
	color: black;
	border-top: thin solid gray;
	padding-top: 1em;
	margin-top: 2em;
}
div.bottom p {
  padding: 0;
  margin: 0;
}
.highlight {
  background-color: #ffffaa;
}
