body {
     background-color: #FFFFFF;
     color: #000000;
     font-family: arial, sans-serif;
}
.maincontent {
     background-color: #FFF8DC;
     color: #000000;
}
.navcell {
     background-color: #556B2F;
     color: #FFF8DC;
     vertical-align: top;
     font-weight: bold;
     font-size: small;
}
.navsel {
     background-color: #556B2F;
     color: #FFFF00;
     border-width: 1px;
     border-color: black;
     border-style: solid;
     font-weight: bold;
     font-size: small;
}
.chapters {
     background-color: #FFFFFF;
     color: #000000;
     font-size: small;
}
a:link {
     color: #FFFFFF;
     background-color: transparent;
     text-decoration: none;
     font-weight: bold;
     font-size: small;
}
a:visited {
     color: #FFFF00;
     background-color: transparent;
     text-decoration: none;
     font-weight: bold;
     font-size: small;
}
a:hover {
     color: #000000;
}
a.linkitems {
     color: #000000;
}
a.linkitems:link {
     color: #000000;
     font-weight: normal;
}
a.linkitems:visited {
     color: #000000;
     text-decoration: none;
     font-weight: normal;
}
a.linkitems:hover {
     color: #000000;
     text-decoration: none;
     font-weight: normal;
}
a.internallinkitems {
     color: #000000;
}
a.internallinkitems:link {
     color: #000000;
     text-decoration: underline;
}
a.internallinkitems:visited {
     color: #000000;
     text-decoration: underline;
}
a.internallinkitems:hover {
     color: #000000;
     text-decoration: underline;
}
