body {
    background-color: #000;
    /*background-image: url("./back.jpg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #b0b0b0;
}

* {
    font-family: Tahoma, Verdana, "Trebuchet MS", "Lucida Console", Courier, Monospace, Helvetica;
    font-size: 8pt;
}

h1 {
    font-size: 16pt;
}

a {
    color: #909090;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

p {
    text-align: right;
}

span {
    font-weight: bold;
}

span.c2 {
    font-style: italic;
}

div {
    width: 100%;
}

table {
    border-collapse: collapse;
}

table.c1 {
    border-collapse: separate;
    width: 100%;
    margin: 10pt 0;
}

td {
    padding: 0 4pt;
    vertical-align: top;
}

thead td {
    text-align: center;
    padding-bottom: 3px;
    font-weight: bold;
}

td.right {
    text-align: right;
}

.grey {
    font-size: 7pt;
    color: #000;
}

.thumb {
    float: left;
    width: 150px;
    height: 160px;
    text-align: center;
}

#images a:hover {
    text-decoration: none;
}

div#images {
    text-align: center;
}

hr {
    width: 60%;
}
