body {
       font-family: Arial, Helvetica, sans-serif;
       height: 100%;
       margin: 0px;
       padding: 0px;
       text-align: center;
       background-color: #000000;
}

p
{
        font-size: 14px;
        color: #000;
        text-align: left;
        line-height: 20px;
        margin: 0px;
        margin-bottom: 10px;
}

a
{
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        margin: 0px;
        color: #003cff;
}

a:hover, a:active, a.navi:hover, a.navi:active
{
        color: #ff0000;
}

a.navi
{
        padding: 0px 20px 0px 0px;
        color: #c9b18b;
}
a.navia
{
        padding: 0px 20px 0px 0px;
        color: #ff0000;
}

.text
{
        font-size: 14px;
        text-align: left;
        line-height: 18px;
}

li   {
     font-size: 14px;
     color: #000;
     font-weight: normal;
     line-height: 20px;
     text-align: left;
     padding: 0px;
     }

ul   {
     margin-top: 2px;
     margin-bottom: 15px;
     margin-left: -10px;
     }
ol   {
     margin-top: 0px;
     margin-bottom: 10px;
     margin-left: -10px;
     }

h1
{
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        text-align: left;
        color: #000;
        margin: 0px 0px 10px 0px;
}

h2
{
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        text-align: left;
        color: #000;
        margin: 0px 0px 6px 0px;
}

h3
{
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-align: left;
        color: #000;
        margin: 0px;
}

.next
{        position: absolute;
         top: 0;
         left: 0;
         opacity: 0;
         filter:alpha(opacity=0);
}
