/*
 * Apparently, the following line causes NS4 to stop processing CSS, which is
 * a good thing, because NS4 doesn't support standard CSS.
 */
/*/*/

body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #cccccc;
    background-color: #3f3f3f;
    font-size: 11px;
}

p
{
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#copy
{
    position: absolute;
    float: left;
    padding-top: 20px;
    /*
     * Funnily enough, Opera seems to prefer the padding-left value that works
     * well for Mozilla, but a width that works well for IE.  We define these
     * here in the main style sheet, as Opera doesn't seem understand the
     * Default-Style header, which leaves scope for Mozilla to override based
     * on default style, and IE to override based on the dodgy conditional
     * comment extension.  Sometimes browser incompatibilites can work in your
     * favour, for a while at least.
     */
    padding-left: 20%;
    width: 80%;
}

#spacer
{
    width: 1em;
    padding-left: 1em;
}

#cover
{
    width: 500px;
    display: table-cell;
}

#thin
{
    vertical-align: top;
    width: 15%;
    display: table-cell;
}

em.explanation
{
    font-style: normal;
}

em.smartarse
{
    font-style: normal;
}

em.smartarse:hover
{
    color: white;
}

li
{
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

dt
{
    font-size: 120%;
    margin-top: 1em;
    color: white;
}

dd
{
    margin-top: 0.5em;
    margin-left: 0px;
}

table
{
    font-size: 11px;
    border-collapse: collapse;
}

th.theading
{
    font-size: 120%;
}

tr.odd
{
    background-color: #474747;
}

tr.even
{
    background-color: #3c3c3c;
}

td
{
    padding-top: 3px;
    padding-bottom: 3px;
}

td.num
{
    padding-right: 5px;
}

td.band
{
    padding-right: 15px;
}

td.track
{
    padding-right: 5px;
}

td.dl
{
}

td.even2
{
    vertical-align: top;
    padding-right: 25px;
}

pre.liner
{
    margin-left: 10px;
    line-height: 14px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

address
{
    font-size: 10px;
    line-height: 31px; /* Make the same size as the W3C validator images */
    margin-top: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
}

address img
{
    float: right;
}

h1
{
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h2
{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h3
{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h4
{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h5
{
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h6
{
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

a
{
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}

a.targetonly:hover
{
    color: #cccccc;
    text-decoration: none
}

a.aspara
{
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.footer
{
    white-space: pre;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none
}

