body {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size:11px;
  color: #676767;
  background-color: #000000;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  
  SCROLLBAR-FACE-COLOR:#000000; 
  SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
  SCROLLBAR-SHADOW-COLOR: #404040; 
  SCROLLBAR-3DLIGHT-COLOR: #404040; 
  SCROLLBAR-ARROW-COLOR: #404040; 
  SCROLLBAR-TRACK-COLOR: #000000; 
  SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

.copytext {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size:9px;
  color: #343434;
}

a:link
{
	color: #545454;
	text-decoration: none;
}

a:visited
{
	color: #545454;
	text-decoration: none;
}


a:hover 
{
	color: white;
	text-decoration: none;
}

a:active
{
	color: white;
	text-decoration: none;
}