
/* LIGHT, the core color. It contrusts the whole page view. In this style,
   several objects use this color as their background color. */ 
div.bar,
div.dirty_section,
th.inline,
#whatever {
	background-color: #e7f1da !important;
	}

/* DARK, the best dark color corresponding to the core color (in this style,
   it is light). Many objects use this color as their border color. */
div.tocheader, #tocinside, /* topic area */
input.edit, input.button, textarea.edit, div.secedit input.button, /* form objects */
td.inline, th.inline, /* table objects */
#whatever {
	border: 1px solid #9cbb8c;
	}
pre.pre, pre.code, pre.file { /* plain-text objects */ 
	border: 1px dashed #9cbb8c;
}
div.bar, h1, h2, h3, h4, h5 {
	border-bottom: 1px solid #9cbb8c !important;
	}
div.tocheader {
	border-bottom: 0 !important;
	}
.quote {
	border-left: 2px solid #9cbb8c;
	}
div.bar, div.footnotes {
	border-top: 1px solid #9cbb8c !important;
	}
#toc__inside {
	border-top: 0 !important;
	}
.pagename {
	color: #9cbb8c !important;
	}

