/* Custom black stylesheet for CompletelyRetail.co.uk  
 * Written by Andy Wardley <abw@wardley.org> for Squeeze Ltd.
 * How much more black could this be?  
 * And the answer is none, none more black.
 */

html {
    background-color: black;
}

body.black {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px;
    background-color: black;
    color: white;
}

.black a {
    color: #ff7f00;
}

