#banner {
  display: none;
}

#menu {
  display: none;
}

#footer {
  display: none;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
}

hr {
  border-color: #000000;
  border-style: solid;
  clear: both;
}

a:after {
  content:" [" attr(href) "]";
}

.footer {
  display: none;
}


.title {
  display: block;
  font-size: 125%;
  font-weight: bold;
  margin-top: 30px;
}

.author {
  display: list-item;
  font-size: 75%;
  font-weight: bold;
  margin-left: 40px;
}

.date {
  display: list-item;
  font-size: 75%;
  margin-left: 40px;
}

.time {
  display: list-item;
  font-size: 75%;
  margin-left: 40px;
}

.post img {
  border-style: dashed;
  border-width: 2px;
  margin: 10px;
}

.post {
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
  text-justify: newspaper;
}


