body{
  background-color: white;
}

.border{
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding: 1px 1px 1px 1px;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  clear: right;
  color: black;
  background: none;
  font-weight: normal;
  margin: 0;
  padding-top: .5em;
  padding-bottom: .1em;
  border-bottom: 1px solid #aaa;
  margin-bottom: .6em;
}

div.texttitle {
  width: 448px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #e8e8e8;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

div.textbox {
  width: 448px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f2f2f2;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: justify;
}

div.bottom {
  padding: 3px;
  text-align: center;
}

span.title {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2em;
}

span.date{
  float: right;
  position: relative;
}

img.leftarrow {
  border: 0;
  margin-left: -28;
  float: left;
}

img.rightarrow {
  border: 0;
  margin-right: -28;
  float: right;
}

span.copyright {
  font-size: 70%;
  color: #c6c6c6;
}



