/* This file provides section-specific color overrides only */


body {
	background-color: #000000;
	background-image: url('/graphics/binary.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	color: #cccccc;
}


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


a {
	color: #bc5d97;
}

a:active {
	color: #de81ba;
}

a:visited {
	color: #903c70;
}

a:hover {
	color: #de81ba;
}


#maincolumn, .menubox, .sidebox {
	border-color: #bc5d97;
	background-color: #000000;
}


#division {
	background-color: #bc5d97;
}


#footer, .menuhead {
	background-color: #6b0042;
}



