<style media="print">
body {
  visibility: hidden; 
  display: none;
 }
</style> 

<style media="screen">

a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

.nav_content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}


#nav {
        overflow: hidden;
        width: 960px;
        background-color: #f2f2f2;
        border-bottom: 1px solid #ccc;  }
#nav ul {
        list-style: none;
        margin: 0 auto;
        padding: 0; }
#nav li {
        float: left;
        font-size: 22px; }
#nav li a {
        float: left;
        display: block;
        padding: 8px 12px;
        text-decoration: none;
        font-weight: bold;
        color: #0c0;
        border-right: 1px solid #ccc; }
#nav li:first-child a {
        border-left: 1px solid #ccc; }
#nav li a:hover {
        color: #c00;
        background-color: #ccc; }
#nav li a:active {
        background-color: #4caf50;
        color: white;
}

.content { padding-top: 0px; }

.sticky { position: fixed; top: 0; width:960px; }

.sticky + .content { padding-top: 60px; }

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


p,li,ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: black;
}

p.center { text-align: center; }

.page_header {
  background-color: #CC9933;
  width: 960px;
  height: 120px;
  padding: 1px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page_header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  width: 100%;
}

.page_header h1 {
  text-align: center;
  justify-content: center;
  vertical-align: center;
}

.page_content {
  background-color: #FFE4C4;
  width: 960px;
  margin: 0px; /* Not sure this is doing anything */
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 15px;
}

hr {
 border: 1px solid black;
}

table {
  border: 2px solid black;
  padding: 5px;
  font-size: 18px;
  background-color: #FFE4C4;
}

th {
  border: 1px solid black;
  padding: 5px;
  font-size: 18px;
  background-color: #FFE4C4;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  border: 1px solid black;
  padding: 5px;
  text-align: left;
}

#tbl_bylaws {
  border: none;
  margin: 2px;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
}
#tbl_bylaws td,th {
  border: none;
}

#tbl_members {
  margin: 2px;
  margin-right:auto;
  margin-left:auto;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
}

#tbl_members tr:nth-child(odd) {
  background-color: #ddd;
}

#tbl_members td:nth-of-type(3) {
  text-align:center;
}

#tbl_members td:nth-of-type(4) {
  text-align:center;
}

#tbl_members td:nth-of-type(7) {
  text-align:center;
}

#tbl_contacts {
  margin: 20px;
  margin-right:auto;
  margin-left:auto;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
  font-size: 22px;
}

#tbl_contacts tr:nth-child(odd) {
  background-color: #ddd;
}

#tbl_contacts td:nth-of-type(4) {
        text-align:center;
}


#tbl_launch {
  margin: 20px;
  margin-right:auto;
  margin-left:auto;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
}

#tbl_launch tr:nth-child(odd) {
  background-color: #ddd;
}

#tbl_launch td:nth-of-type(2) {
  text-align:center;
}


</style>


