body
{
    background: url('./images/watermark2.jpg' );
    background-attachment: fixed;
    background-color: #000000;
}
    

h1,h2
{
    font-family: .7em, Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: bold;
}

h2
{
    font-size: 14px;
}

td
{
    font-family: Arial;
    font-size: 13px;
    color: #e4e4e4;
}

td.break
{
    background-image:url('./images/break.gif');
}

td.left
{
    text-align: right;
}

.highlight
{
    color: #ffff9f;
}

.infolink
{
    color: #ffa264;
}

b
{
    color: #ffffff;
    font-style: italic;
}

a
{
    color: #ffa264;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}
