div#container
{
   width: 914px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #8080FF;
   background-image: url(images/index_bkgrnd.png);
   color: #000000;
}
a.style1:link
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style1:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style1:active
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style1:hover
{
   color: #FFD700;
   font-weight: bold;
   text-decoration: none;
}

