/* written by Jabago: http://www.jabago.com */

/* written by Jabago: http://www.jabago.com */
*:not(img) {
	background:#000000 !important; 
	color:#CCCCCC !important;
}

a {
	color:#FFCC66 !important;
}

a:hover {
	color:#FFFFCC !important;
}
a:visited {
	color:#FFB720 !important;
}


/* make images less bright, except on mouse hover */
img, input[type=image]{opacity: 0.4 !important;}
img:hover, input[type=image]:hover{opacity: 1.0 !important;}

/* why are some images hidden? */

