body
{
        margin: 0;
        background-color: #000000;
        background-image: url(images/bg.jpg);
        background-attachment: fixed;

        font-family: Verdana;
        font-size: 8pt;
        color: #ffffff;

}


        #navigation
        {
                vertical-align: top;
                width: 200px;
                padding: 10px;
                text-align: justify;
        }








        #navigation h1
        {
                margin-bottom: 5px;
                text-align: center;
                color: #32b224;
                font-family: Verdana;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 10pt;
                background-color: #F99;
                border-radius:15px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;
        }

                #navigation a
                {
                        display: block;
                        text-align: center;
                        font-size: 7.5pt;
                        color: #F99;
                        padding: 2px;
                        margin: 2px;
                        border-bottom: #eedc43 2px dotted;
                        text-transform: uppercase;
                }

                        #navigation a:hover        {        color: #000000;        background-color: #eedc43; border-bottom: #ffffff 1px solid;       }

        b, strong        {        color: #eedc43;        }
        i, em                {        color: #7ee376;        }
        u                        {        color: #F99;        }


        .table {
font-family: verdana;
font-size: 2px;
text-align: center;
background: #fcacc4;
color: #a55264;
padding: 2px 2px 2px 2px;
}

.table_border {
border: 2px dotted #F99;
background-color: #4d4d4d;
font-family: Verdana;
font-size: 10px;
color: #c0c0c0; }

input, select, textarea
{
border: 1px dashed #F99;
background: #c3c3c3;
font-family: Verdana;
font-size: 10px;
color: #6f6f6f;  }

  h1 {
font-size:22px;
text-align: right;
font-weight:bold;
font-family: Verdana;
color: #eedc43;
padding-right: 2px;
margin-bottom: -4px;
text-transform: uppercase;
line-height: 20px;
border-bottom: 3px double #ffffff;
}

A:link{color:#F99; text-decoration:none;}
A:visited {
         COLOR: #F99; TEXT-DECORATION: none;
}
A:hover {
        color: #000000;        background-color: #eedc43; border-bottom: #ffffff 1px solid; }



