html, body {
	background: black;
	color: #2f006f; /* 1 */
}
h2, h3, h4, h5, h6 {
	color: #ffb020; /* 2 */
}
input {
 border-color: #dfdfdf; /* 4 */
}
.listingblock, .sidebarblock, .exampleblock {
	background: #efefef; /* 4 */
}
.admonitionblock, blockquote {
	border-color: #ffe861; /* 5 */
}
#hd {
	background: #ffe861; /* 5 */
}
#menu {
	background: #ffe861; /* 5 */
}
#trail {
	background: #ffe861; /* 5 */
}
#menu ul {
	background-image: url('/img/menubg.png');
	background-color: #7920c5; /* 3 */
}
#menu li a {
	color: #ffdf40; /* 6 */
}#menu li a:hover {
	background-image: url('/img/menubghl.png');
	background-color: #ffdf40; /* 6 */
	color: #7920c5; /* 3 */
}

