div.page {
  background-color: white;
}
span.exceptional {
  color: maroon;
	font-weight: bold;
}
table.sheet {
  border-color: white;
  border-style: solid;
  border-width: 0 20px 4px;
}
div.logo {
  left: 24px;
  top: 12px;
} 
div.rightOfLogo {
  margin-left: 30px;
} 
h1{
  margin-top: 10px;
  color: navy;
  font-size: 150%;
}
div.top-spacer {
  margin-top: 2em;
} 
table.summary {
  border: solid navy 2px;
}
table.summary td, table.summary th {
  border: solid silver 1px;
  border-spacing: 4px;
  vertical-align: top;
}
table.summary th {
  text-align: right;
}
ul {
  margin-top: -.6em;
}
p {
  margin: 1em 0;
}
ol {
  margin-top: -.5em;
}
div.bottom p {
  margin-top: .2em;
}
td.resource, th.resource {
  background-color: #E6EDF5;
}
td.resource ul {
  margin-top: 0;
  margin-left: 1.5em;
  margin-bottom: 0;
}

