body {
  margin-left: 2.5em;
  margin-right: 2em;
  font-family: MS Sans Serif, sans-serif;
  font-size:.97rem;
  font-weight: 400;
  background-color: #fcfcfc;
  letter-spacing:.01rem;
  line-height:1.45rem;
}

h1 {
  margin-top: 2em; 
  margin-bottom: 2.5em;
  font-family: Arial, sans-serif;
  font-family: MS Sans Serif, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
}

h2 {
  margin-top: 3em; 
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-size: 1.52em;
  color: rgb(0,106,143);
  border-top: 3.5px solid rgb(216,144,44);
  padding-top: 1.25em;
}
h3 {
  margin-top: 1em; 
  font-family: Arial, Helvetica, sans-serif;
  font-style: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: rgb(0,106,143);
}

p {
  margin-left: 1.5em;
}

li {
  margin-top: -.75em;
  line-height: 2.25rem;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 28em;
}
table tr td {
    font-size: .9em;
    border-top: .10em solid rgb(200,200,200);  /* inner horiz borders */
    border-right: .10em solid rgb(200,200,200);  /* inner vertical borders */
    padding: 0.35em;
    background-color: rgb(245,242,245);
}
/* table outer borders */
table tr td:first-child {
    border-left: .10em solid rgb(40,40,40);
}
table tr td:last-child {
    border-right: .10em solid rgb(40,40,40);
}
table tr:first-child td {
  border-top: .10em solid rgb(40,40,40);
}
table tr:last-child td {
    border-bottom: .10em solid rgb(40,40,40);
}
/* radius */
table tr:first-child td:first-child {
    border-top-left-radius: .50em;
}
table tr:first-child td:last-child {
    border-top-right-radius: .50em;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: .50em;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: .50em;
}

a.rd { 
  margin-top: .75em;
  font-family: "Lucida Console", Courier, monospace;
  font-size: 1em;
  text-decoration: underline;
}
a.rd:link, a.rd:visited  {
  color: white;
  background-color: rgb(167,184,201);
  text-decoration: none;
  padding: .4em .5em .4em .5em;
  border-left: .8em solid rgb(177,143,160);
  border-right: .15em solid rgb(177,143,160);
  border-bottom: .15em solid rgb(177,143,160);
  border-top: .15em solid rgb(177,143,160);
}
a.rd:hover {
  color: white;
  background-color: rgb(177,143,160);
}
a.rd:link, a.rd:visited { 
  color: rgb(80, 80, 82);
  background-color: transparent;
}
a.rd:hover, a.rd:active {
  color: rgb(245,242,245);
  background-color: rgb(80, 80, 82);
}
