.page {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  padding: 20px;
}
  
H1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

H2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

BODY {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 20px;
}

.leftpad {
  padding: 5px;
}

.leftcol {
  background-image: url("assets/leftbg.jpg");
  background-repeat: no-repeat;
  font-family: arial, helvetica, sans-serif;
  border-bottom: 0px;
  border-top: 0px;
  border-left: 1px;
  border-right: 1px;
  border-style: solid;
  border-color: #000000;
  font-size: 12px;
  font-weight: bold;
}

.leftpad a {
  color: #44462F;
  text-decoration: none;
}
  
.leftpad a:visited {
text-decoration: none;
  color: #44462F;
}

.leftpad a:hover {
  text-decoration: none;
  color: #858875;
}

.footer {
  font-family: arial, helvetica, sans-serif;
  border-bottom: 1px;
  border-top: 1px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: #000000;
  font-size: 10px;
}

