body {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 1.5em;
  color: #000000;
  background-color: #c5e1ed;
  text-align: center;
  margin-top: 0px;
}
h2 {
  font-size: 1.25em;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  margin-top: 0px;
}

h3 {
  font-size: 1em;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
  margin-top: 1em;
  border-left-style: solid;
  border-left-width: 10px;
  border-left-color: #c5e1ed;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #c5e1ed;
}

h4 {
  font-size: 1em;
  color: #000000;
  background-color: #eeeeee;
  text-align: left;
  margin-top: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #888888;
  padding: 0.5em;
}

#table01 {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

#td01 {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

#table02 {
  margin-left: 1em;
  border-style: none;
  border-width: 1px;
  border-color: #000000;
}

a:link, a:visited{
  text-decoration: none;
  color: #0066CC;
}
a:hover{
  text-decoration: underline;
  color: #FF0000;
}

#indent01 {
  text-indent: 1em;
}	
#indstr01 {
  text-indent: 1em;
  margin-top: 1em;
}

#center01 {
  margin-left: auto;
  margin-right: auto;
}

#right01 {
  text-align: right;
  font-size: 0.75em;
  margin-top: -1em;
}

address {
  font-size: 0.75em;
  text-align: right;
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #000000;
}