div#container
{
   width: 1117px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #5F6CAD;
   color: #282828;
}
h1
{
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

a:active
{
   color: #0000FF;
}
a.style2:link
{
   color: #FFFFFF;
   background: #00005E;
}
a.style2:visited
{
   color: #FFFFFF;
   background: #00005E;
   text-decoration: underline;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style2:hover
{
   color: #7FFFD4;
   background: #00005E;
   text-decoration: underline;
}
