body {
  background-color: #FFF9DD;
  margin-left: 5%;
  margin-right: 20%;
  letter-spacing: 1px;
  }

H1 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 24pt;
  font-weight: bold;
  color: #000080;
  }

H2 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16pt;
  color: white;
  background: #000080;
  }

H3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 13pt;
  font-weight: bold;
  color: #000080;
  }

table {
  border-style: none;
  border-collapse: collapse;
  letter-spacing: 1px;
  width: 100%;
  }

td {
  border-style: solid;
  border-color: #CDC8B1;
  border-width: 1px;
  text-align: left;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 2px;
  }

/* no-border cell */
td.nb {
  border-style: none;
  text-align: left;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  }

hr {
  width: 100%;
  }

A:link
{color: #0000FF;
background: transparent;
text-decoration: none;
}

A:visited
{color: #0000FF;
background: transparent;
text-decoration: none;
}

A:active
{color: #0000FF;
background: transparent;
text-decoration: none;
}	

A:hover
{color: #CD853F;
background: transparent;
text-decoration: none;
}

.centertext {
  text-align: center;
  }

.centerbold {
  text-align: center;
  font-weight: bold;
  }