body {
	color: #26ff26;
	background-color: #006000;
}

h1, h2, h3, h4, h5, h6 {
	color: #26ff26;
}

dt {
	color: #26ff26;
}

em {
	color: #00ce00;
}

#top-margin {
	background-color: inherit;
}

#bottom-margin {
	background-color: inherit;
}

#page {
	background-color: #006500;
}

.blink {
	color: #006500;
	background-color: #26ff26;
}

@keyframes blinkAnim {
	0% { color: #006500; background-color: #26ff26; }
	50% { color: #006500; background-color: #26ff26; }
	100% { color: #26ff26; background-color: #006500; }
}

.color0 { color: #004000 !important; }
.color1 { color: #40ff40 !important; }
.color2 { color: #009900 !important; }
.color3 { color: #00f800 !important; }
.color4 { color: #00aa00 !important; }
.color5 { color: #00dc00 !important; }
.color6 { color: #008500 !important; }
.color7 { color: #26ff26 !important; }
.color8 { color: #00af00 !important; }
.color9 { color: #009100 !important; }
.color10 { color: #00ce00 !important; }
.color11 { color: #00a000 !important; }
.color12 { color: #00ca00 !important; }
.color13 { color: #29ff29 !important; }
.color14 { color: #00c400 !important; }
.color15 { color: #00f300 !important; }

.bgcolor0 { background-color: #004000 !important; }
.bgcolor1 { background-color: #40ff40 !important; }
.bgcolor2 { background-color: #009900 !important; }
.bgcolor3 { background-color: #00f800 !important; }
.bgcolor4 { background-color: #00aa00 !important; }
.bgcolor5 { background-color: #00dc00 !important; }
.bgcolor6 { background-color: #008500 !important; }
.bgcolor7 { background-color: #26ff26 !important; }
.bgcolor8 { background-color: #00af00 !important; }
.bgcolor9 { background-color: #009100 !important; }
.bgcolor10 { background-color: #00ce00 !important; }
.bgcolor11 { background-color: #00a000 !important; }
.bgcolor12 { background-color: #00ca00 !important; }
.bgcolor13 { background-color: #29ff29 !important; }
.bgcolor14 { background-color: #00c400 !important; }
.bgcolor15 { background-color: #00f300 !important; }
