/* Enter Your Custom CSS Here */
.page #comments {
display: none;
}

p{
0.75em;
}

.main-navigation a {
    color: #ffffff;
}

.main-navigation a:hover, a:focus, a:active {
    color: #ffffff;
}

.main-navigation{
    background: #9d8f7d;
    border-radius: 5px;
    margin-top: 10px;
    border: #5e5340 4px solid;
}

#secondary{
   background: #5e5340;
   color: #e4e0c6;
    border-radius: 10px;
   
}

table{
 cell-padding="5";
 color: #5e5340;
}

table th, table tr td{
  background:transparent;
}

#footertext { font-size: small; }