/*

<h2>    Links   </h2>
<!--    =====   -->
<Xmp>*/
A:link, A:active
	{
	text-decoration	:	underline;
	color		:	#ffffff;
	background	:	#transparent;
	}
A:visited 
	{
   	text-decoration	:	underline; 
   	color		:	silver; 
  	background	:	#transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#080837;
	background	:	#cdfc10;
	}

A:link.picsafe, A:active.picsafe
	{
	text-decoration	:	none;
	color		:	#ffffff;
	background	:	#transparent;
	}
A:visited.picsafe 
	{
   	text-decoration	:	none; 
   	color		:	silver; 
  	background	:	#transparent; 
	}		
A:hover.picsafe 
	{ 
   	text-decoration	:	none; 
	color		:	#cdfc10;
	background	:	#transparent;
	}

A:link.menu, A:active.menu
	{
	text-decoration	:	none;
	color		:	#ffffff;
	background	:	#2f2f6e;
	}
A:visited.menu 
	{
   	text-decoration	:	none; 
   	color		:	silver; 
  	background	:	#transparent; 
	}		
A:hover.menu 
	{ 
   	text-decoration	:	none; 
	color		:	#080837;
	background	:	#ffcc00;
	}


A:hover.brown 
	{ 
   	text-decoration	:	none; 
	color		:	#ffcc00;
	background	:	#transparent;
	}
A:visited.brown, A:link.brown
	{
	text-decoration	:	none;
	color		:	#ffffff;
	background	:	#cdfc10;
	}
BODY 
	{
	scrollbar-face-color: #960505;
	scrollbar-shadow-color: #860000;
	scrollbar-highlight-color: #A61515;
	scrollbar-3dlight-color: #B90606; 
	scrollbar-darkshadow-color: #000010;
	scrollbar-track-color: #0B0B37; 
	scrollbar-arrow-color: #FF8000;
	}
/*</Xmp>