/* main body */
body {
    background-color: #000000;
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px; 
}

/* centered table */
table.centre, table.center {
    border: 0;
    width:  100%;
    height: 100%;
}
td.centre, td.center {
    vertical-align: middle;
    text-align: center;
}

/* email href */
a.email {
    /*font-size: small;
    font-weight: bold;*/
    text-decoration: none;
    color: #c0ffff;
}

/* download href */
a.download {
    /*font-size: small;
    font-weight: bold;*/
    text-decoration: none;
    color: #ffc0ff;
}

/* stream href */
a.stream {
    /*font-size: small;
    font-weight: bold;*/
    text-decoration: none;
    color: #c0ffff;
}

/* small span */
span.small {
    font-size: x-small;
    font-style: italic;
    text-decoration: none;
    color: #c0c0c0;
}

/* mailto href */
a.mailto {
    font-size: x-small;
    text-decoration: none;
    color: #ffffc0;
}
