body {
  font-family: Verdana, Helvetica, sans-serif;
  line-height:1.5em;
  color: #444444;
}

header, footer, .wp-block-post-title {
  display:none;
}

#bodycontent {
  display:block;
  margin:3% auto 5%;
  max-width:720px;
}

p {
  margin:10px 0px;
}

h4 {
  margin:30px 0px 10px;
}

/* link styling */

a:link, a:visited {
  text-decoration: none;
  color:#097bd9;
}

a:hover {
  text-decoration: none;
  color:#8fccdb;
}

.column a:hover {
  text-decoration: none;
  color:#aaaaaa;
}

a:active {
  text-decoration: none;
  color:#89e0df;
}
