body {
  background: white;
  color: black;
}

a, a:link, a:visited, a:hover {
  text-decoration: underline;
  background: white;
  color: blue;
}
  

h1, h2, h3, h4, h5, h6 {
  text-decoration: underline;
}

img {
  border: none;
}

p, .vcard {
  padding: 0 2em;
}

ul {
  padding: 0 4em;
}

.print_hide {
  display: none;
}

form ul {
  list-style-type: none;
}

.sidebar {
  display: none;
}


/* wp */
.post-nav {
  display: none;
}

.post h2 a {
  color: black;
  /* text-decoration: none; */
}

#footer {
  padding-top: 1em;
  border-top: thin solid black;
  /* text-align: center; */
}

  .developer a {
    padding: 0.5em;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
  }

  .developer a, .developer a:link, .developer a:visited {
    background: black;
    color: white;
  }

  .developer a:hover {
    background: red;
    color: white;
  }

