div#container
{
	width: 746px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top: 2px;

}

body
{
   text-align: center;
   width: 100%;
   margin: 0;
   background-color: #5A5A5A;
   color: #000000;
   scrollbar-face-color: #D4D0C8;
   scrollbar-arrow-color: #000000;
   scrollbar-3dlight-color: #D4D0C8;
   scrollbar-darkshadow-color: #404040;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #808080;
   scrollbar-track-color: #D4D0C8;
}

a.style1:link
{
   color: #990000;
   text-decoration: none;
}
a.style1:visited
{
   color: #990000;
   text-decoration: none;
}
a.style1:active
{
   color: #990000;
   text-decoration: none;
}
a.style1:hover
{
   color: #000000;
   text-decoration: none;
}

a.style2:link
{
   color: #CC0000;
   text-decoration: none;
}
a.style2:visited
{
   color: #CC0000;
   text-decoration: none;
}
a.style2:active
{
   color: #CC0000;
   text-decoration: none;
}
a.style2:hover
{
   color: #00CC33;
   text-decoration: none;
}

a.style3:link
{
   color: #FF0000;
   text-decoration: none;
}
a.style3:visited
{
   color: #FF0000;
   text-decoration: none;
}
a.style3:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style3:hover
{
   color: #000000;
   text-decoration: none;
}

