a:link
{
    color: #FFCC66;
    text-decoration: none;
}

a:alink
{
    color: #333333;
    text-decoration: none;
}

a:visited
{
    color: #99CCCC;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

body
{
    font-size: 13pt;
    color: #CCCCB8;
    background-color: #000000;
    background-attachment: fixed;
    margin-top: 15;
    margin-left: 12;
}

table
{
    font-size: 13pt;
}

h1
{
    font-size: 20pt;
}

h2
{
    font-size: 18pt;
}

h3
{
    font-size: 16pt;
}