

body {
	color: #FFFFFF;
    background: #555555;
    }

    th, .header, caption {
    background: #9c1000;
    background: linear-gradient(#9c1000, #6D0B00);
    color: #efad19;
    border-color: #555555;
    }

    tr:nth-child(odd) {
    background: #333333;
    }

    tr:nth-child(even) {
    background: #222222;
    }

    td {
    color: #eeeeee;
    }

    tr:hover {
    color: #000000;
    background: #550000;
    }

    A:link {
    color: #eeeeee;
    }

    A:visited {
    color: #CCCCCC;
    }

    A:hover A:active {
    color: #DDDDDD;
    }

    .header A:link {
    color: #eeeeee;
    color: #FF9900;
    font-weight: inherit;
    }

    .header A:visited {
    color: #CCCCCC;
    color: #CC6600;
    font-weight: inherit;
    }

    .header A:hover, .header A:active {
    color: #DDDDDD;
    color: #FFFF00;
    font-weight: inherit;
    }

    .header select, .header option, .header button {
    color: #eeeeee;
    color: #FF9900;
    background: #9c1000;
    }

    .header select:hover, .header option:hover, .header button:hover {
    color: #FFFF00;
    }

    hr {
    color: #333333;
    background-color: #333333;
    }
