body {
  background-color: #ffffff;
  margin-left: 10%;
  margin-right: 10%;
}

h1 {
  background-color: #fafffa;
  font-weight: bold;
  color: #397BEA;
  font-size: 36pt;
  line-height: 44pt;
  border: solid;
  border-width: thin 0 thin 0;
}

h2 {
  border: solid;
  border-width: 0 0 thin 0;
  font-size: 20pt;
  line-height: 28pt;
  color: #397BEA;
}

h3 {
  font-size: 16pt;
  line-height: 24pt;
  color: blue;
}

h4 {
  font-size: 14pt;
  line-height: 20pt;
/*	color: #397BEA;*/
}

footer{
  padding-top: 10px;
  padding-bottom: 10px;
}

footer address{
  text-align: center;
  color: #397BEA;
}

footer h4 {
  color: #397BEA;
  font-size: 12pt;
  line-height: 16pt;
}

p {
  font-size: 12pt;
  line-height: 18pt;
  text-indent: 1em;
}

p.lastmodified {
  text-align: right;
}

ul.out {
text-align: right;
}

ul.out li {
  display: inline;
  margin-right: 5px;
}

nav ul{
  text-align: right;
}

nav li{
  display: inline;
  margin-right: 5px;
}

ul.memo {
  text-align: left;
  list-style: none;
  margin: 0px;
}

li.list {
  display: inline;
  margin-right: 1em;
}

dl {
  /*margin-left: 3%;*/
  margin-right: 2em;
}

dt {
  font-size: 14pt;
  line-height: 20pt;
}

dd {
  font-size: 12pt;
  line-height: 18pt;
}

a {
  text-decoration: none;
}

a:link {
  color: blue;
}

a:visited {
  color: darkblue;
}

th {
  text-align: left;
}

th.head {
  text-align: center;
}
