﻿body
{
    background-color: #000000;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 10pt;
}

.section
{
    font-size: 16pt;
    font-weight: bold;
}


a, a:link, a:active, a:visited
{
    color: #FF9900;
}

.logo
{
    background-image: url(jackpotlogo.png);
    background-repeat: no-repeat;
    width: 750px;
    height: 170px;
}

.menuitem
{
    font-size: 11pt;
    font-weight: bold;
}

a.menuitem:active, a.menuitem:visited, a.menuitem:link
{
    text-decoration: none;
}

a.menuitem:hover
{
    text-decoration: underline;
}

.control
{
    font-size: 10pt;
}

.footer
{
    font-size: 8pt;
}