

div#container

{

   width: 800px;

   position: relative;

   margin-top: 0px;

   margin-left: auto;

   margin-right: auto;

   text-align: left;

}

body

{

   text-align: center;

   margin: 0;

}


a.style1:link

{

   color: #8B0000;

   font-weight: bold;

}

a.style1:visited

{

   color: #8B0000;

   font-weight: bold;

   text-decoration: underline;

}

a.style1:active

{

   color: #8B0000;

   font-weight: bold;

   text-decoration: underline;

}

a.style1:hover

{

   color: #FFFFFF;

   background: #8B0000;

   font-weight: bold;

   text-decoration: underline;

}


