body {
  margin: 10px 0 0;
  font-size: 16px;
  background-color: #ffffff;
  text-align: center;
}
h1 {
  border-top: 2px solid #22395e;
  border-bottom: 2px solid #22395e;
  margin: 0;
  padding: 3px;
  line-height: 30px;
  font-size: 24px;
}
a {
  color: #000000;
}
a:visited {
  color: #595e3c;
}
a:hover {
  color: #404040;
}
a:active {
  color: #ff0000;
}
#main {
  border: 2px solid #22395e;
  margin: 0 auto;
  padding: 4px;
  background-color: #eeeeee;
  text-align: left;
  line-height: 120%;
  width: 700px;
}
#comment {
  border: 2px solid #22395e;
  margin: 20px auto 0;
  padding: 4px;
  background-color: #eeeeee;
  text-align: left;
  width: 700px;
}
.center {
  text-align: center;
}
td {
  margin: 0;
}
.post {
  color: #ff0000;
  font-size: 18px;
  text-decoration: none;
}
#bgi {
  border-bottom: 2px solid #22395e;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 700px;
  text-align: center;
}
.cover {
  max-width: 640px;
  max-height: 800px;
}
