﻿body {
   margin: 0px;
   padding: 0px;
   background-color: #000000;
   text-align: center;
   background-image: url('images/backgrd.png');
 }
 
 table 
 {
     border-collapse: collapse;
     border-color: #009900;
     font-family: Tahoma;
     font-size: 10pt;
     color: #FFFFFF;
     padding: 0px;
     border-spacing: 0px;
     margin-left: auto;
     margin-right: auto;
     }

td
{
    margin:0px;
    padding:0px;
    text-align: left;
}

img
{
    border:none;
}

a:link, a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover 
{
     color: #000000;
    text-decoration: underline;
}
a:link.brown, a:visited.brown
{
    color: #3a1505;
    text-decoration: none;
}
a:hover.brown
{
    color: #3a1505;
    text-decoration: underline;
}

a:link.BlueClear, a:visited.BlueClear
{
    color: #3f6cab;
    text-decoration: none;
}
a:hover.BlueClear
{
    color: #3f6cab;
    text-decoration: none;
}

a:link.image, a:visited.image
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
a:hover.image
{
    color: #000000;
    text-decoration: nnone;
    font-weight: normal;
}
    
a:link.white, a:visited.white
{
    color: #DDDDDD;
    text-decoration: none;
    font-weight: normal;
}
a:hover.white
{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
}
a:link.yellow, a:visited.yellow
{
    color: #ccbe8f;
    text-decoration: none;
    font-weight: normal;
}
a:hover.yellow
{
    color: #ccbe8f;
    text-decoration: underline;
    font-weight: normal;
}
a:link.menu, a:visited.menu
{
    color: #ccbe8f;
    text-decoration: none;
    font-weight: normal;
}
a:hover.menu
{
    color: #feaa52;
    text-decoration: none;
    font-weight: normal;
}
a:link.grey, a:visited.grey
{
    color: #555555;
    text-decoration: none;
    font-weight: normal;
}
a:hover.grey
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
a:link.red, a:visited.red
{
    color: #BE0000;
    text-decoration: none;
    font-weight: normal;
}
a:hover.red
{
    color: #BE0000;
    text-decoration: underline;
    font-weight: normal;
}
a:link.green, a:visited.green
{
    color: #314037;
    text-decoration: none;
    font-weight: normal;
}
a:hover.green
{
    color: #314037;
    text-decoration: underline;
    font-weight: normal;
}
a:link.blue, a:visited.blue
{
    color: #0033cc;
    text-decoration: none;
    font-weight: normal;
}
a:hover.blue
{
    color: #0033cc;
    text-decoration: underline;
    font-weight: normal;
}