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

<style media="screen">

body { text-align:center; }

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;
	height: 50px;
        width: 960px;
        background-color: #bbbbbb;
        border-bottom: 1px solid #440000;  }
#nav ul {
        list-style: none;
        margin: 0 auto;
        padding: 0; }
#nav li {
        float: left;
        font-size: 30px; }
#nav li a {
        float: left;
        display: block;
        padding: 8px 18px;
        text-decoration: none;
        font-weight: bold;
        color: #660000;
        border-right: 1px solid #ccc; }

#nav li:first-child a {
        border-left: 1px solid #ccc; }
#nav li a:hover {
        color: #ff0000;
        background-color: #660000; }
#nav li a:active {
        background-color: #111;
        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; }

div.center { text-align: center; }

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

p.center { text-align: center; }

.page_header {
  background-color: #CC9933;
  width: 960px;
  height: 80px;
  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: middle;

}

.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;
}

h1,h2,h3,h4 {
  text-align: center;
  justify-content: center;
  vertical-align: middle;
}

table {
  border: 0px solid black;
  padding: 1px;
  font-size: 18px;
  background-color: #FFFFFF;
}

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

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

#tbl_obits {
  margin: 20px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
/*  border: 0px solid white;*/
}

#tbl_obits th {
  font-size: 28px;
  border: 0px solid white;
}

#tbl_obits td{ 
  font-size: 28px;
  border: 0px solid white;
}

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

p.reunionBody {
  text-align: left;
}

</style>
