/* 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: #cc0000;
}

a:active {
        color: #ff3333;
}

a:visited {
        color: #990000;
}

a:hover {
        color: #ff3333;
}


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


#division {
        background-color: #cc0000;
}


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


