html {
overflow-x: hidden; 
overflow-y: auto; 
}
body {
  background: #F8F7F2;
  font: 12pt 'times', serif;
  color: #00331A;
  text-align: left;
  margin: 10px 20px 10px 10px 
}
table {
  border: 1px dotted #00331A;
}
table.blank {
  border: 0px;
}
input {
  background-color: #00331A;
  border: 1px dotted;
  border-color: #ffffff;
  font: 12pt 'times', serif;
  color: #CEC3A6;
}
a:link, a:visited, a:active {
  font-family: 'times', serif;
  color: #6A76AF;
  text-decoration: none;
}
a:hover {
  font-family: 'times', serif;
  color: #A2A9CD;
  text-decoration: none;
}
h1 {
  text-align: center;
  font: 30pt 'Bank Gothic', sans-serif;
  border: 1px dashed #00331A;
}
h2 {
  text-align: right;
  font: 20pt 'Bank Gothic', sans-serif;
  border: 1px dashed #00331A;
}
h3 {
  text-align: right;
  font: 14pt 'Bank Gothic', sans-serif;
}
img {
  border: 0px;
}
p {
  text-indent: 2em;
  margin-top: 4px;
  margin-bottom: 0px;
}

