body {
    color: black; 
    background-color: rgb(245, 229, 208);

}

#rightContainer,
#leftContainer {
    background-color: #ffc27d; 
}

#centerHeader {

 background-color: rgb(248, 160, 52); 

}

#centerHeader a {
  color: #F5F2EC;

}

#footer {
  background-color: rgb(248, 160, 52); 
}

#centerContainer {
    background-color: #fff9ec 
}

.pagesLinks,
.sideBoxContent {
    border: 2px dotted rgb(248, 160, 52);
    background-color: #fff9ec; 
}

.pagesLinks a,
.sideBoxContent a {
   color: rgb(160, 96, 18); 
}


li {
    list-style-position: inside;
}

