body, input, select, textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000;
}
a {
  color: #dfeace;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/*** text indents ***/
#site-title a, #footer .icon {
  display: block;
  text-indent: -19999px;
  overflow: hidden;
}

/*** headlines ***/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
}