body {
    background-color: white;
    color: black;
}

h1,h2,h3,h4,h5, a.next:link, a.next:visited, a.previous:link, a.previous:visited, th.boxology, th.listy, li.activechapter, li.chapter:hover, li.activenavbar, li.navbar:hover {
    /* background-color: #001133; */
    background-color: #7777ee;
    color: black;
}

li.navbar, li.chapter {
    background-color: white;
    color: black;
}

a:link {
    color: blue;
}

a:visited {
    color: navy;
}

a.navbar:link, a.navbar:visited, a.chapter:link, a.chapter:visited {
    color: black;
}

pre.code, .ednote {
    background-color: #330033;
    border-color: #00cc00;
    color: #00ff00;
}

.sidebar, .boxology, .listy {
	border-color: white;
}

.cmdline {
	color: white;
	font-weight: bold;
}
