div#container
{
   width: 800px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #800080;
   color: #000000;
}
h1
{
   font-family: Verdana;
   font-size: 11px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #C0C0C0;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

a
{
   color: #000000;
}
a:visited
{
   color: #282828;
}
a:active
{
   color: #282828;
}
a:hover
{
   color: #282828;
}
a.link_WHITE:link
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.link_WHITE:visited
{
   color: #C0C0C0;
   font-weight: bold;
   text-decoration: none;
}
a.link_WHITE:active
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.link_WHITE:hover
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
