.button {
  color: #FFF;
  background-color: #000;
  font-size: 12pt;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  text-align: center;
}
.activebutton {
  color: #000;
  background-color: #FFF;
  font-size: 12pt;
  font-weight: bold;
  padding: 1px 10px 1px 10px;
  border: 2px solid black;
  text-align: center;
}
.contactinfo {
  font-size: 10pt;
}
a.nounderline {
  text-decoration: none;
}
footertext {
  font-size: 10pt;
}
