

body {
	color: #000000;
    background: #DDDDDD;
    }

    th, .header, caption {
    background: #FF0000;
    background: linear-gradient(#FF0000, #FF0000);
    color: #FFFFFF;
    border-color: #FF0000;
    }

    tr:nth-child(odd) {
    background: #eeeeee;
    }

    tr:nth-child(even) {
    background: #cccccc;
    }

    td {
    color: #000000;
    }

    tr:hover {
    color: #000000;
    background: #FFDDDD;
    }

    A:link {
    color: #CC0000;
    }

    A:visited {
    color: #AA0000;
    }

    A:hover A:active {
    color: #FF0000;
    }

    .header A:link {
    color: #CC0000;
    color: #FFFFFF;
    font-weight: inherit;
    }

    .header A:visited {
    color: #AA0000;
    color: #CCCCCC;
    font-weight: inherit;
    }

    .header A:hover, .header A:active {
    color: #FF0000;
    color: #FFFF00;
    font-weight: inherit;
    }

    .header select, .header option, .header button {
    color: #CC0000;
    color: #FFFFFF;
    background: #FF0000;
    }

    .header select:hover, .header option:hover, .header button:hover {
    color: #FFFF00;
    }

    hr {
    color: #eeeeee;
    background-color: #eeeeee;
    }
