body {
  color: #000000;
  background-color: #ffffff;
}

a,a[name]:hover{color: inherit; background-color: inherit; text-decoration: none;}
a:link{color: #0000ff; text-decoration: underline;}
a:visited{color: #993399; text-decoration: underline;}
a:hover{color: #ff0000; background-color: #ccffcc; text-decoration: underline;}
a:active{color: #003399; text-decoration: underline;}

h1 {
  font-weight: bold;
  color: #000080;
  text-decoration: none;
  text-align: center;
  padding: 1ex;
  margin-bottom: auto;
  border-bottom-color: #000080;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

h2 {
  font-weight: bold;
  color: #000080;
  background-color: #ccffff;
  text-indent: 3pt;
  padding: 0.5ex;
  border-bottom-color: #000080;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

h3 {
  font-weight: bold;
  color: #ffffff;
  background-color: #000080;
  text-indent: 4pt;
  padding: 2pt;
  margin-left: 5pt;
}

h4 {
  font-weight: bold;
  color: #000080;
  background-color: #99ffff;
  text-indent: 3pt;
  padding: 2pt;
  margin-left: 8pt;
}

p {
  margin: 1em;
}

dt {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
  margin-left: 1%;
}

dd {
  margin-left: 5%;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.5em;
}

table {
  margin-left: 15pt;
  margin-bottom: 15px;
}

table caption {
  background-color: #ccffff;
  font-size: 1.2em;
  font-weight: bold;
}

thead, th {
  background-color: #99ccff;
}

tbody, td {
  background-color: #ccccff;
}

tfoot td {
  background-color: #cccccc;
  text-align: center;
}

form {
  margin-left: 15pt;
}

form table {
  margin-left: 0%;
}

