.top_container {
  width: 800px;
/*  border: 1px solid gray; */
  background: #E0FFFF;
  border-bottom: none;
  margin-top: 0px;
/*  padding: 2px 2px; */
}
.top_title {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: blue;
  background: #87ceea;
}

.hal_content {
  margin: auto; 
  padding: 1px;
  font-size: 1.2em;
  line-height: 2em;
  color: #4169e1;
  width: 780px;
}

.hal_hooter {
  width: 800px;
  height: 30px;
  background: #87ceea;
}
.readline {
  float: right
  width: 45%;
  font-size: 1.4em;
  font-weight: bold;
  color: blue;
}

