

body {
	color: #000000;
    background: #DDDDDD;
    }

    th, .header, caption {
    background: #6699CC;
    background: linear-gradient(#6699CC, #476B8F);
    color: #000000;
    border-color: #aaaaaa;
    }

    tr:nth-child(odd) {
    background: #eeeeee;
    }

    tr:nth-child(even) {
    background: #AAAAAA;
    }

    td {
    color: #000000;
    }

    tr:hover {
    color: #000000;
    background: #eeeeff;
    }

    A:link {
    color: #0000cc;
    }

    A:visited {
    color: #CC33FF;
    }

    A:hover A:active {
    color: #0000ff;
    }

    .header A:link {
    color: #0000cc;
    color: #cc0000;
    font-weight: inherit;
    }

    .header A:visited {
    color: #CC33FF;
    color: #990000;
    font-weight: inherit;
    }

    .header A:hover, .header A:active {
    color: #0000ff;
    color: #cccc00;
    font-weight: inherit;
    }

    .header select, .header option, .header button {
    color: #0000cc;
    color: #cc0000;
    background: #6699CC;
    }

    .header select:hover, .header option:hover, .header button:hover {
    color: #cccc00;
    }

    hr {
    color: #eeeeee;
    background-color: #eeeeee;
    }
