a:link
{
    color: #FFCC66;
    text-decoration: none;
}

a:active
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #687DF2;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

body
{
    font-size: 12pt;
    color: #CCCCB8;
    background-color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 25px;
    margin-right: 25px;
}

table
{
    font-size: 12pt;
}

h1
{
    font-size: 20pt;
}

h2
{
    font-size: 18pt;
}

h3
{
    font-size: 16pt;
}