<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLOR SHADES */

/*

BACKGROUND: #000000
LIGHTER: #c31a1a 
LIGHTEST: #ff0000

*/

/* PRIMARY ELEMENTS */

body {
	background: #000000 url(../../images/skin/footer-black.png) 0 bottom repeat-x;
}

#wrapper {
	background: #000000 url(../../images/skin/bokeh-black.png) center 0 no-repeat;
}

/* CLASSES */

.highlight {
	color: #c31a1a;
}

/* TYPOGRAPHY */

a,
h2 a:hover,
.nav-entries a:hover,
#sidebar li a:hover {
	color: #FFFF00;
}

a:hover {
	color: #FFFF00;
}

/* COPYRIGHT */

#copyright .menu a:hover {
	color: #c31a1a;
}
</pre></body></html>