body {
  background-color: #ffffff;
}

h1 {
  font-size: x-large;
  color: #000000;
  padding-left: 1ex;
}

h2, h3, h4, h5 {
  color: #000060;
  padding-left: 1ex;
}

h2, h3 {
  font-size: large;
}

h2 {
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #000060;
  padding-top: 1ex;
  padding-bottom: 0.2ex;
}

p, pre, dl, table, address {
  padding-left:  1.5em;
  padding-right: 1.5em;
}

address {
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #000060;
  margin-top: 1ex;
  padding-top: 0.5ex;
  text-align: right;
}

a {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: underline;
}


