	A:link, A:active
	{
	text-decoration	:	none;
	color		:	#99FFFF;
	background	:	transparent;
	}
	A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#FFFFCC; 
  	background	:	transparent; 
	}		
	A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#3366CC;
	background	:	#99FFFF;
	}
	BODY
	{
	font-family	:	sans-serif;
	background-color: #003366;
	color: #00CCFF;
	text-decoration: none;
	font-size: 10px;
	SCROLLBAR-BASE-COLOR: 425C83;
	SCROLLBAR-ARROW-COLOR: FFFFFF;
	}