
body {
    color: #83780D;
    background: #F3F1E4;
}

a.cinclink:link {
    color: #83780D;
    background: #F3F1E4;
    text-decoration: none
}
a.cinclink:visited {
    color: #83780D;
    background: #F3F1E4;
    text-decoration: none
        
}
a.cinclink:hover {
    color: #F3F1E4;
    background: #83780D;
    text-decoration: none
}
a.cinclink:active {
    color: #83780D;
    background: #F3F1E4;
    text-decoration: none
}


#share-buttons img {
    width: 25px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}



.navTable {
    margin: 0px;
    padding: 0px;
    background-color: #f3f1e4;
    border: 1px solid #83780d;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
    .navTable table {
        background-color: #f3f1e4;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0px;
        padding: 0px;
    }
    .navTable tr:last-child td:last-child {
        background-color: #f3f1e4;
        border-bottom-right-radius: 0px;
    }
    .navTable table tr:first-child td:first-child {
        background-color: #f3f1e4;
        border-top-left-radius: 0px;
    }
    .navTable table tr:first-child td:last-child {
        background-color: #f3f1e4;
        border-top-right-radius: 0px;
    }
    .navTable tr:last-child td:first-child {
        background-color: #f3f1e4;
        border-bottom-left-radius: 0px;
    }
    .navTable td {
        background-color: #f3f1e4;
        border: 1px solid #83780d;
        border-width: 0px 1px 1px 0px;
        padding: 0px;
        color: #83780d;
    }
    .navTable tr:last-child td {
        background-color: #f3f1e4;
        border-width: 0px 1px 0px 0px;
    }
    .navTable tr td:last-child {
        background-color: #f3f1e4;
        border-width: 0px 0px 1px 0px;
    }
    .navTable tr:last-child td:last-child {
        background-color: #f3f1e4;
        border-width: 0px 0px 0px 0px;
    }
    .navTable tr:first-child td {
        background-color: #f3f1e4;
        border: 0px solid #83780d;
        border-width: 0px 0px 1px 1px;
        color: #83780d;
    }
        .navTable tr:first-child td:first-child {
            background-color: #f3f1e4;
            border-width: 0px 0px 1px 0px;
        }
        .navTable tr:first-child td:last-child {
            background-color: #f3f1e4;
            border-width: 0px 0px 1px 1px;
        }