body {
    text-align:center;
    background-color: #90e890;
}

table{
    border-collapse: collapse;
}

.contents {
    width: 800px;
    border: none;
    margin: 0 auto;
    padding: 0px;
}

p.report_date {
    text-align: right;
}

td.left {
    width: 200px;
    background-color: #ffffe8;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    top: 0px;
}

td.right {
    width: 600px;
    background-color: #a8e0e0;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

.console {
    width: 90%;
    background-color: #000000;
    color: #ffffff;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.file {
    width: 90%;
    background-color: #606060;
    color: #ffffff;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

a.download {
    width: 71px;
    height: 20px;
    display: block;
    background-image: url("/img/Download.gif");
    background-position: top left;
}

a.download:hover {
    width: 71px;
    height: 20px;
    background-position: top right;
}

a img {
    border: none;
}

img.download {
    width: 71px;
    height: 20px;
    visibility: hidden;
}

