@font-face {
  font-family: "Century Gothic";
  src: url(../GOTHIC.TTF) format("truetype");
}
  
@font-face {
  font-family: "Century Gothic Bold";
  src: url(../GOTHICB.TTF) format("truetype");
}
  
@font-face {
  font-family: "Century Schoolbook";
  src: url(../CENSCBK.TTF) format("truetype");
}
  
@font-face {
  font-family: "Century Schoolbook Bold";
  src: url(../SCHLBKB.TTF) format("truetype");
}
  
body {
  font-size: 12pt;
  font-family: Century Schoolbook,Courier New;
  color: black;
  line-height: 15pt;
  padding-left: 20pt;
  padding-right: 20pt;
}

div {
  padding-bottom: 10pt;
}

h1 {
  font: 21pt;
  font-family: Century Schoolbook Bold;
  line-height: 25pt;
  color: #66b132;
}

h3 {
  font: 17pt;
  font-family: Century Schoolbook Bold;
  line-height: 21pt;
  color: #66b132;
}

h4 {
  font: 13pt;
  font-family: Century Schoolbook Bold;
  line-height: 17pt;
  padding-top: 10pt;
}

a {
  text-decoration: underline;
}

a:link, a:visited {
  color: #8094d6;
}

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

span.tag {
  font-family: Century Schoolbook Bold;
  color: #3366ff;
  white-space: nowrap;
  }
  
span.update {
  color: red;
  }