#linkbar	{ background-color: #26a32c;
		  border: 1px solid #18681c;
                  padding: 0.25em; }
#linkbar a	{ font-weight: bold;
		  font-size: smaller;
		  color: #ffdc42; /*#d6c36d; */
		  text-decoration: none;
		  font-family: sans-serif;
		  margin-left: 1em; }
#linkbar a:hover { text-decoration: underline; }
#linkbar .link {margin-left: 1em; }
/*#body		{ background-color: #ffff8f; }
#body		{ background-color:  #26a32c; } */
#body           { text-align: center;
                  /*background-color: #f50767;/*ffdc42;*/
                }
#rightbar	{ position: relative;
		  top: 5em;
		  width: 20%;
		  float: right; 
		  text-align: center;
		}
#quote		{ font-style:italic;
		  font-size: large;
		  font-weight: bold;
                  text-align: center;
                  color: #863eb2; /*#ffff8f;*/
                  /*oldcolor: #590090;*/
		}
#quote h1	{ font-style: italic; }
#tools          { }
#contentholder 	{ width: 75%; 
		  background-color: white;
		  text-align: justify;
		}
#content	{ border: 0px solid white;
		  padding: 1em; }
div		{ text-align: justify;
                  font-family: "Bitstream Charter", serif; }
h1, h2, h3, h4, h5 { font-family: serif;
                     font-family: "Bitstream Charter"; 
		     text-align: center;
		   }
#copyright	{ width: 50%;
		  font-size: xx-small;
		  text-align: center; }

.post           { margin-left: 15px; }
.posthead       { background-color: #ffff8f; }
.title          { font-weight: bold; font-size: larger; }
.posttext       { padding: 2px; margin-bottom: 3px; background-color: white; }
.thispost       { border: 3px solid #ede48f; margin-bottom: 3px; background-color: white; }
.postarea       { margin-right: 3px; }
.thispost .postarea textarea { width: 100%; }
.posttools      { float: right; }
.posthead       { height: 1.5em; }
a.forumtool     { text-decoration: none; 
                    background-color: silver;
                    border: 1px outset black;
                    font-family: sans-serif;
                    margin-right: 5px;
                    margin-left: 5px;
                    color: black; }
a.forumtool:hover { border: 1px outset gray;
                      background-color: white; }
#childlist	{ float: right;
		  text-align: right;
		  border: 5px solid #26a32c;
		  border-left-width: 1px;
		  border-right-width: 1px;
		  background-color: #f5e767;
		  max-width: 33%; 
		  padding: .5em; 
		  padding-top: 1em;
		  margin: 2px;
		  font-size: smaller; }
#childlist a 	{ display: block;
		  border-bottom: 1px dotted #a2193e;
		  text-decoration: none; }
#childlist a:hover { text-decoration: underline;
		     background-color: #ffffab; }
