<!--
    A  {text-decoration: none}
A:link	{
color:#ffffff;
font-style:bold;
font-weight:bold;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:normal;
	}
A:hover	{
color:violet;
font-family:Verdana;
font-style:normal;
font-weight:bold;
text-decoration:underline overline;
cursor:hand;
font-variant:normal;
text-transform:normal;
background-color:none;
	}
 BODY {
  scrollbar-arrow-color:#993399;
  scrollbar-track-color:#000000;
  scrollbar-shadow-color:#663366;
  scrollbar-face-color:#660066;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#000033;
  scrollbar-3dlight-color:#000033;
 }
//-->