#container
{
   width: 1027px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

body
{
   text-align: center;
   margin: 0;
}


a.style2:link
{
   color: #8B0000;
   font-weight: bold;
   text-decoration: none;
}
a.style2:visited
{
   color: #800080;
   text-decoration: none;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style2:hover
{
   color: #282828;
   text-decoration: none;
}
a.style3:link
{
   color: #666666;
   font-weight: bold;
   text-decoration: none;
}
a.style3:visited
{
   color: #666666;
   text-decoration: none;
}
a.style3:active
{
   color: #666666;
   text-decoration: none;
}
a.style3:hover
{
   color: #7a0000;
   text-decoration: none;
}


