/* Site Defaults CSS*/
/* Defaults to be overwritten by a theme */

body {
  background: #fff /* f3f6e8 is the offwhite bg suggested by the HOHL pamphlet */
}

h1 {
  color: #000;
}

h2 {
  color: #000;
  border-bottom: #ddd solid 7px;
}

h3 {
  color: #000;
  border-bottom: #ddd solid 2px;
}

a:link, a:visited {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #777;
  text-decoration: none;
}

a.unstyled:link,
a.unstyled:visited,
a.unstyled:hover,
a.unstyled:active {
  color: #000;
  text-decoration: none;
}
