div#container
{
   width: 994px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #CCFFCC;
   color: #004040;
}
a.style1:link
{
   color: #000000;
   background: #0000FF;
   font-weight: bold;
}
a.style1:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.style1:active
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style1:hover
{
   color: #FF0000;
   text-decoration: underline;
}
