body {
        background: #fff;
        }

hr, #header, #menu, #info, #cover, #bnr, #clear, #footer, #content h3 {
        display: none;
        }

#content #text p.comm {
        font-size: x-small;
        }

p.block {
        clear: both;
        }

p.block a strong {
        color: #000;
        text-decoration: none;
        }

p.block img {
        margin: 0  0 3px 3px;
        float: right;
        }

#content #text h1 {
        margin-top: 0;
        font-size: x-large;
        text-align: center;
        font-weight: normal;
        }

#content #text p {
        font-size: small;
        text-align: justify;
        }
#content #text li {
        font-size: small;
        }

#content #text p.error {
        color: red;
        }

#content #text h2 {
        margin-left: -22px;
        padding-left: 22px;
        font-size: medium;
        width: 30%;
        overflow: auto;
        color: #fff;
        background: #7B006C;
        clear: both;
        }

#content #text a {
        color: #093709;
        text-decoration: underline;
        }
#content #text a:hover {
        color: #316931;
        text-decoration: none;
        }

#rating table {
        width: 100%;
        font-family: Arial, sans-serif;
        font-size: x-small;
        border-collapse: collapse;
        background: #fff;
        }

#rating table tr.next {
        background: #EFEFB5;
        }

#rating table thead {
        background: #333;
        color: #fff;
        font-size: x-small;
        font-weight: bold;
        vertical-align: bottom;
        }

#rating table td {
        padding: 2px;
        border: 1px #333 solid;
        }

#rating table td.number {
        width: 3em;
        }

#rating table td.name {
        width: 50%;
        }

#rating table td.points {
        width: 4em;
        }

#main table, #archive table {
        width: 100%;
        border-collapse: collapse;
        }

#main table td, #archive table td {
        border-bottom: 1px #788B79 dotted;
        font-family: Arial, sans-serif;
        font-size: small;
        }

#main table td.page, #archive table td.page {
        width: 1em;
        font-family: Georgia, serif;
        font-size: xx-large;
        color: #788B79;
        }
