body {
  background-color: white;
}

div#headbar {
  display: none;
}

/*div#navbar {
  display: none;
}*/
div#navbar img {
  display: none;
}
div#navbar img:after {
  display: inline;
  content: attr(alt);
}



div#footbar {
  display: none;;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.print_only {
  display: inline;
}

table.bylaws_table tr td {
  vertical-align: top;
}

.nowrap {
  white-space: nowrap;
}
