BODY		{
	font-family	:	verdana,lr oSVbN;
	font-size	:	10pt;
/*	background-color:	#f0f0f0;
	background-image:	url(img/back.gif);
	background-repeat:	repeat-x;
	background-attachment		: 	fixed;
	background-position		: 0 bottom;*/	
	scrollbar-track-color		: #000044;
 	scrollbar-face-color		: #000044;
  	scrollbar-shadow-color		: #393939;
  	scrollbar-darkshadow-color	: #000044;
  	scrollbar-highlight-color	: #393939;
  	scrollbar-3dlight-color		: #000044;
  	scrollbar-arrow-color		: #000044;
}




/*  LINK  */


A:link		 {
	text-decoration:underline;
	color:ffff33;
}

A:visited 	{
	text-decoration:none;
	color:ffff33;

}

A:hover		{
	color:ffff88;
	text-decoration:underline;
}

A:active 	{
	text-decoration:none;
	color:red;
}