@font-face {
  font-family: "Baskerville";
  src: url("../fonts/baskerville-pro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DesyrelRegular";
  src: url("../fonts/desyrel-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: Baskerville, serif;
	font-size: 16px;
}

h1,.h1 { font-size: 28px; font-weight: bold; }
h2,.h2 { font-size: 22px; font-weight: bold; }
.subhead { font-size: 18px; }

.handwritten {
	font-family: DesyrelRegular, Helvetica, Arial, sans-serif;
}

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

a:hover, a:active {
  color: #E69F00;
}

ul.square {
  list-style-type: square;
}
