@font-face {
    font-family: 'gillsansnova';
    font-style: normal;
    src: url(fonts/gillsansnova/gillsansnova_book.ttf);
}
body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: 'gillsansnova', serif;
  font-size: 18px;
  line-height: 1.6em;
  color: black;
}
h1, h2, h3 {
  font-family: 'gillsansnova', sans-serif;
  font-weight: bold;
  font-variant: small-caps;
}
a{
	text-decoration:none;
	color:#20b;
	overflow-wrap:break-word;
	word-wrap:break-word
}
a:visited{
	color:#606
}
a:hover{
	text-decoration:underline
}

