body, input, textarea {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;  
  line-height: 1.5em;
  text-align: left;
  margin-top: 3em;
  margin-left: 3em;
  margin-right: 3em;
}

a:link, a:visited {
  color: #500;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  color: #a00;
  border-bottom: 1px solid #eee;
}

h1, .entry-title {
  font-size: 24px;
  font-weight: normal;
}

p, ol, ul, dl, table, pre, blockquote { margin-bottom: 1em; }

